export function Text({ children, attributes, size }: { children: any; attributes: any; size: any; }): JSX.Element; export namespace Text { namespace propTypes { const children: PropTypes.Validator; const attributes: PropTypes.Requireable; const size: PropTypes.Requireable; } namespace defaultProps { const size_1: string; export { size_1 as size }; } } export default Text; import PropTypes from "prop-types";