export const useStyles: (props?: any) => import("@material-ui/styles").ClassNameMap<"customTextarea">; export default FormulaTextEditor; declare function FormulaTextEditor({ initFormula, cursorPos, color, suggestions, isValueUpdated, setIsValueUpdated, onChange, }: { initFormula: any; cursorPos: any; color: any; suggestions: any; isValueUpdated: any; setIsValueUpdated: any; onChange: any; }): JSX.Element; //# sourceMappingURL=FormulaTextEditor.d.ts.map