import { TextEditorProps } from './index.js';
export declare function EditorQuill(props: {
    value?: string;
    handleOnChange: (value: string) => void;
} & TextEditorProps): import("react/jsx-runtime").JSX.Element;
