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