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