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