import { InputProps } from '../interfaces.js';
export type TextEditorProps = {
    disableToolbar?: boolean;
};
export declare function TextEditor(props: InputProps & TextEditorProps): import("react/jsx-runtime").JSX.Element;
