export { default as ScalarToasts } from './components/ScalarToasts.vue'; export { type ToastFunction, type ToastOptions, initializeToasts, useToasts, } from './hooks/useToasts'; //# sourceMappingURL=index.d.ts.map