import type { JSX } from 'react';
type BannerProps = {
    className?: string;
};
export declare function Banner({ className }: BannerProps): JSX.Element | null;
export {};
