export default Split; declare function Split({ children, attributes, image, byline, alt, onClick, color, bgColor, center, reverse, portrait, aboveTheFold, feuilleton }: { children: any; attributes: any; image: any; byline: any; alt: any; onClick: any; color: any; bgColor: any; center: any; reverse: any; portrait: any; aboveTheFold: any; feuilleton: any; }): JSX.Element; declare namespace Split { 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 reverse: PropTypes.Requireable; } namespace defaultProps { const alt_1: string; export { alt_1 as alt }; } } import PropTypes from "prop-types";