import { Color } from '@/colors'; import { IconProps } from '@/utils'; import { Component } from '@vue/runtime-core'; interface NotifyOptions { title: string; description: string; icon?: Component; color?: Color; duration?: number; } export declare const notify: (options: NotifyOptions) => { close: () => void; onClose: (listener: import("@/utils").Listener) => () => void; }; export {}; //# sourceMappingURL=notify.d.ts.map