import { default as React } from 'react'; export declare const FormatSearch: React.FC<{ type: 'currency' | 'date' | 'number'; onCancel: () => void; }>;