/** * Global toast container that displays notifications from the notification store. * Renders in the bottom-right corner of the viewport. */ export declare function ToastContainer(): import("react/jsx-runtime").JSX.Element | null;