import { CSSStyle, CodeSample } from './_shared'; import { ZCurrency_Props } from './Currency.props'; export * from './Currency.helpers'; export * from './Currency.props'; export type ZCurrency_CodeProps = ZCurrency_Props & { style?: CSSStyle; }; declare function Web(props: ZCurrency_CodeProps): CodeSample; export declare const Currency: { name: string; category: "atoms"; slots: never[]; web: typeof Web; };