import EventEmitter from 'events'; import type { ToastProps } from './Toast'; export declare const Emitter: EventEmitter; export declare const toast: (value: Omit) => void; export declare const clearToasts: () => void; export { default as Toast } from './Toast'; export type { ToastProps } from './Toast';