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