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