import { CurrencyComponentSchema } from '@open-formulieren/types'; import { RegistryEntry } from '../types'; export declare const getCurrencySymbol: (currency: string, locale: string) => string; export interface FormioCurrencyFieldProps { componentDefinition: CurrencyComponentSchema; } export declare const FormioCurrencyField: React.FC; declare const CurrencyFieldComponent: RegistryEntry; export default CurrencyFieldComponent;