import * as React from 'react'; import type { ITopBannerProps } from './TopBanner.types'; export declare const TopBanner: React.FC;