/// import { type Id } from 'react-toastify'; type BannerContainerProps = { bannerContainerId?: Id; }; /** * Предназначен для отображения баннера, совместно с уведомлениями. * Используется внутри NotificationContainerNext и NotificationStackContainerNext. * */ export declare const BannerContainer: ({ bannerContainerId, }: BannerContainerProps) => JSX.Element; export {};