import React from 'react'; import { TeaserProps } from './types'; declare const Teaser: (props: TeaserProps) => React.JSX.Element; export default Teaser;