export default Text; declare function Text({ children, attributes, position, center, color, collapsedColor, maxWidth, margin, feuilleton }: { children: any; attributes: any; position: any; center: any; color: any; collapsedColor: any; maxWidth: any; margin: any; feuilleton: any; }): JSX.Element; declare namespace Text { namespace propTypes { const children: PropTypes.Validator; const attributes: PropTypes.Requireable; const position: PropTypes.Requireable; const center: PropTypes.Requireable; const color: PropTypes.Requireable; const collapsedColor: PropTypes.Requireable; const maxWidth: PropTypes.Requireable; const margin: PropTypes.Requireable; const feuilleton: PropTypes.Requireable; } namespace defaultProps { const maxWidth_1: string; export { maxWidth_1 as maxWidth }; const margin_1: string; export { margin_1 as margin }; } } import PropTypes from "prop-types";