import { BannerProps } from './Banner.types'; export declare const Banner: ({ className, bannerText, }: BannerProps) => JSX.Element;