import { ToastContainerProps } from './types'; /** * Container component that renders and positions all active toasts */ export declare function ToastContainer({ toasts, onDismiss, position, }: ToastContainerProps): React.ReactElement | null; export default ToastContainer; //# sourceMappingURL=ToastContainer.d.ts.map