import { ToastStoreProps, ToastStore } from './toast.types.js'; import '@zag-js/types'; import '@zag-js/core'; import '@zag-js/dom-query'; declare function createToastStore(props?: ToastStoreProps): ToastStore; export { createToastStore };