import React from 'react'; import { BannerProps } from './banner.types'; declare const Banner: React.FC; export default Banner;