import { FC } from 'react'; interface TopBannersHostProps { } export declare const TopBannersHost: FC; export {};