import { FilterItemCurrencyRange } from './types'; interface FieldCurrencyRangeProps { item: FilterItemCurrencyRange; } export declare function FieldCurrencyRange({ item, }: FieldCurrencyRangeProps): React.ReactNode; export {};