import type { SerializedEditorState } from "lexical";
export type PuckRichTextProps = {
    state: SerializedEditorState;
};
export declare const PuckRichText: {
    fields: {
        state: {
            type: "custom";
            render: () => import("react/jsx-runtime").JSX.Element;
        };
    };
    render: (props: import("@measured/puck").WithId<import("@measured/puck").WithPuckProps<{
        state: SerializedEditorState;
    }>>) => import("react/jsx-runtime").JSX.Element;
};
//# sourceMappingURL=server.d.ts.map