export default Teaser; declare function Teaser({ children, formatColor, format, series, repoId, title, path, Link, highlighted, menu }: { children: any; formatColor: any; format: any; series: any; repoId: any; title: any; path: any; Link: any; highlighted: any; menu: any; }): JSX.Element; declare namespace Teaser { namespace propTypes { const children: PropTypes.Validator; const color: PropTypes.Requireable; const format: PropTypes.Requireable; const interaction: PropTypes.Requireable; const Link: PropTypes.Validator<(...args: any[]) => any>; } } import PropTypes from "prop-types";