export declare const Container: {
    fields: {
        className: {
            type: "text";
        };
        content: {
            type: "slot";
        };
    };
    render: ({ className, content: Content }: import("@puckeditor/core").WithId<import("@puckeditor/core").WithPuckProps<{
        [x: string]: any;
    }>>) => import("react/jsx-runtime").JSX.Element;
};
//# sourceMappingURL=container.d.ts.map