import type { NotificationOptionsTyped } from 'element-plus'; /** loading 用户数据加载,页面转场... */ export declare const successNotice: (options: string | NotificationOptionsTyped, title?: string) => void; export declare const warningNotice: (options: string | NotificationOptionsTyped, title?: string) => void; export declare const infoNotice: (options: string | NotificationOptionsTyped, title?: string) => void; export declare const errorNotice: (options: string | NotificationOptionsTyped, title?: string) => void;