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