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