import { createToastManager } from './toast-manager'; import { ToastProvider } from './toast-provider'; import { ToastRoot } from './toast-root'; export declare const Toast: typeof ToastRoot & { Provider: typeof ToastProvider; createToastManager: typeof createToastManager; }; export { toastManager, useToastManager } from './toast-manager'; //# sourceMappingURL=toast.d.ts.map