import React from "react";
import { BannerProps } from "./Banner.types";
declare const Banner: React.FC<BannerProps>;
export default Banner;
