export default ImageBlock; declare function ImageBlock({ children, attributes, image, maxWidth, byline, alt, onClick, color, bgColor, textPosition, center, aboveTheFold, onlyImage, feuilleton }: { children: any; attributes: any; image: any; maxWidth: any; byline: any; alt: any; onClick: any; color: any; bgColor: any; textPosition: any; center: any; aboveTheFold: any; onlyImage: any; feuilleton: any; }): JSX.Element; declare namespace ImageBlock { namespace propTypes { const children: PropTypes.Validator; const attributes: PropTypes.Requireable; const image: PropTypes.Validator; const byline: PropTypes.Requireable; const alt: PropTypes.Requireable; const color: PropTypes.Requireable; const bgColor: PropTypes.Requireable; const center: PropTypes.Requireable; const textPosition: PropTypes.Requireable; const onlyImage: PropTypes.Requireable; const feuilleton: PropTypes.Requireable; } namespace defaultProps { const textPosition_1: string; export { textPosition_1 as textPosition }; const alt_1: string; export { alt_1 as alt }; const onlyImage_1: boolean; export { onlyImage_1 as onlyImage }; } } import PropTypes from "prop-types";