import React from 'react'; import { AuthorProfileProps } from './types'; declare const AuthorProfile: ({ amp, authorNameProps, containerProps, date, dateTimeProps, href, image, imageWrapProps, title, titleProps, name, newsTitle, newsTitleHref, newsTitleProps }: AuthorProfileProps) => React.JSX.Element; export default AuthorProfile;