import type { CurrencyProps, CurrencySchema } from './types';
export declare const CURRENCY_FIELD: Array<keyof CurrencySchema>;
export declare function Currency({ data, valid, errors, labels, readonly, handleChangeFor, helperText, country, }: CurrencyProps): import("preact").JSX.Element;
