import React from 'react'; import { AuthorProfileProps } from './types'; declare const TeaserProfile: ({ amp, authorNameProps, className, containerProps, domain, href, image, imageWrapProps, subtitleContainer, title, titleProps, name, }: AuthorProfileProps) => React.JSX.Element; export default TeaserProfile;