import { Country, RenderExtensionPoint } from '@shopify/checkout-ui-extensions'; /** * Returns the country of the checkout, and automatically re-renders * your component if the country changes. */ export declare function useLocalizationCountry(): Country | undefined; //# sourceMappingURL=country.d.ts.map