import { BasicFieldProps, MedusaCurrencyInputProps } from './types'; export type CurrencyInputProps = MedusaCurrencyInputProps & BasicFieldProps; export declare const CurrencyInput: import('react').ForwardRefExoticComponent, "defaultValue" | "step"> & { symbol: string; code: string; size?: "small" | "base"; defaultValue?: string | number; step?: number; } & BasicFieldProps & import('react').RefAttributes>; //# sourceMappingURL=CurrencyInput.d.ts.map