import { JSX } from 'react'; import { ToastContainerProps } from '../types'; export declare const ToastContainer: ({ position, toasts, onRemove, closeIcon, icons, stacked, maxToasts }: ToastContainerProps) => JSX.Element | null;