export declare const SpacingBlocks: ({ spacings }: {
    spacings: any;
}) => import("react/jsx-runtime").JSX.Element;
