import React from "react";
import "./index.css";
export declare const FormulaSearch: React.FC<{
    onCancel: () => void;
}>;
