import type { SerializedEditorState } from "lexical";
export type RichTextProps = {
    state: SerializedEditorState;
};
export declare function Editor({ id, state, }: {
    id: string;
    state: SerializedEditorState;
}): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=editor-client.d.ts.map