export declare const Prose: {
    fields: {
        className: {
            type: "text";
        };
    };
    render: ({ className, puck: { renderDropZone: DropZone } }: import("@measured/puck").WithId<import("@measured/puck").WithPuckProps<{
        className?: string;
    }>>) => import("react/jsx-runtime").JSX.Element;
};
//# sourceMappingURL=prose.d.ts.map