export default TitleBlock; declare function TitleBlock({ children, attributes, center, margin, breakout }: { children: any; attributes: any; center: any; margin: any; breakout: any; }): JSX.Element; declare namespace TitleBlock { namespace propTypes { const children: PropTypes.Validator; const attributes: PropTypes.Requireable; const center: PropTypes.Requireable; } } import PropTypes from "prop-types";