import React from "react"; import type { ContentBlockProps } from "./types"; export declare function ContentBlock({ children, maxWidth, andText, gutters, justify, as: Tag, dataAttributes, ariaAttributes, role, id, UNSAFE_className, UNSAFE_style, }: ContentBlockProps): React.JSX.Element;