import ToastManager from "./components/ToastManager"; export declare const Toast: { success: typeof ToastManager.success; error: typeof ToastManager.error; info: typeof ToastManager.info; warning: typeof ToastManager.warning; }; export default ToastManager; //# sourceMappingURL=index.d.ts.map