import { ToasterProps, Toaster } from './component'; import { toast } from './state'; export { toast, Toaster }; export type { ToasterProps };