export default ArticleStrip; declare function ArticleStrip({ amp, dateGmt, edition, kicker, size, sponsor, thumbnailUrl, title, }: { amp: any; dateGmt: any; edition: any; kicker: any; size: any; sponsor: any; thumbnailUrl: any; title: any; }): JSX.Element; declare namespace ArticleStrip { namespace propTypes { const amp: PropTypes.Validator; const dateGmt: PropTypes.Requireable; const edition: PropTypes.Requireable; const kicker: PropTypes.Requireable; const size: PropTypes.Requireable; const sponsor: PropTypes.Requireable; const thumbnailUrl: PropTypes.Requireable; const title: PropTypes.Validator; } namespace defaultProps { const amp_1: boolean; export { amp_1 as amp }; const edition_1: string; export { edition_1 as edition }; const size_1: string; export { size_1 as size }; } } import PropTypes from "prop-types"; //# sourceMappingURL=ArticleStrip.d.ts.map