declare const componentAuthor: (props: { name?: string; email?: string; url?: string; }) => JSX.Element; export default componentAuthor;