import { SerializedEditorState } from "lexical";
export declare const InlineRichTextEditor: ({ id, state, enabled, onChange, }: {
    id: string;
    state: SerializedEditorState;
    enabled: boolean;
    onChange?: (props: {
        state: SerializedEditorState;
    }) => void;
}) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=rich-text-editor.d.ts.map