import type { ComponentProps } from 'svelte'; import type CurrencyDisplay from './CurrencyDisplay.svelte'; type Assert = T; /** Compile-time guard for Commerce models whose currency field is `string`. */ export type CurrencyDisplayAcceptsCommerceCurrency = Assert['currency']> ? true : false>; export {}; //# sourceMappingURL=CurrencyDisplay.contract.d.ts.map