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: ({ puck, ...props }: import("@measured/puck").WithId<import("@measured/puck").WithPuckProps<PuckRichTextProps>>) => import("react/jsx-runtime").JSX.Element;
};
//# sourceMappingURL=index.d.ts.map