import type { RenderExtensionTarget } from '../extension-targets';
import type { Country } from '../../../shared';
/**
 * Returns the country of the checkout, and automatically re-renders
 * your component if the country changes.
 */
export declare function useLocalizationCountry<Target extends RenderExtensionTarget = RenderExtensionTarget>(): Country | undefined;
//# sourceMappingURL=country.d.ts.map