import { FC, PropsWithChildren } from 'react'; interface TopBannersProviderProps { } export declare const TopBannersProvider: FC>; export {};