import React from "react";
import "./index.css";
export declare const FormatSearch: React.FC<{
    type: "currency" | "date" | "number";
    onCancel: () => void;
}>;
