export declare const toastRef: import('vue').Ref & Readonly<{}>, { add: (options: ToastOptions) => void; toastList: import('vue').Ref<{ title: string; description?: string | undefined; duration?: number | undefined; type?: "info" | "success" | "warning" | "error" | "default" | undefined; }[], ToastOptions[] | { title: string; description?: string | undefined; duration?: number | undefined; type?: "info" | "success" | "warning" | "error" | "default" | undefined; }[]>; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly<{}> & Readonly<{}>, { add: (options: ToastOptions) => void; toastList: import('vue').Ref<{ title: string; description?: string | undefined; duration?: number | undefined; type?: "info" | "success" | "warning" | "error" | "default" | undefined; }[], ToastOptions[] | { title: string; description?: string | undefined; duration?: number | undefined; type?: "info" | "success" | "warning" | "error" | "default" | undefined; }[]>; }, {}, {}, {}, {}> | undefined, import('vue').CreateComponentPublicInstanceWithMixins & Readonly<{}>, { add: (options: ToastOptions) => void; toastList: import('vue').Ref<{ title: string; description?: string | undefined; duration?: number | undefined; type?: "info" | "success" | "warning" | "error" | "default" | undefined; }[], ToastOptions[] | { title: string; description?: string | undefined; duration?: number | undefined; type?: "info" | "success" | "warning" | "error" | "default" | undefined; }[]>; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly<{}> & Readonly<{}>, { add: (options: ToastOptions) => void; toastList: import('vue').Ref<{ title: string; description?: string | undefined; duration?: number | undefined; type?: "info" | "success" | "warning" | "error" | "default" | undefined; }[], ToastOptions[] | { title: string; description?: string | undefined; duration?: number | undefined; type?: "info" | "success" | "warning" | "error" | "default" | undefined; }[]>; }, {}, {}, {}, {}> | undefined>; export declare const AGUIToastRef: import('vue').Ref & Readonly<{}>, { add: (options: ToastOptions) => void; toastList: import('vue').Ref<{ title: string; description?: string | undefined; duration?: number | undefined; type?: "info" | "success" | "warning" | "error" | "default" | undefined; }[], ToastOptions[] | { title: string; description?: string | undefined; duration?: number | undefined; type?: "info" | "success" | "warning" | "error" | "default" | undefined; }[]>; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly<{}> & Readonly<{}>, { add: (options: ToastOptions) => void; toastList: import('vue').Ref<{ title: string; description?: string | undefined; duration?: number | undefined; type?: "info" | "success" | "warning" | "error" | "default" | undefined; }[], ToastOptions[] | { title: string; description?: string | undefined; duration?: number | undefined; type?: "info" | "success" | "warning" | "error" | "default" | undefined; }[]>; }, {}, {}, {}, {}> | undefined, import('vue').CreateComponentPublicInstanceWithMixins & Readonly<{}>, { add: (options: ToastOptions) => void; toastList: import('vue').Ref<{ title: string; description?: string | undefined; duration?: number | undefined; type?: "info" | "success" | "warning" | "error" | "default" | undefined; }[], ToastOptions[] | { title: string; description?: string | undefined; duration?: number | undefined; type?: "info" | "success" | "warning" | "error" | "default" | undefined; }[]>; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly<{}> & Readonly<{}>, { add: (options: ToastOptions) => void; toastList: import('vue').Ref<{ title: string; description?: string | undefined; duration?: number | undefined; type?: "info" | "success" | "warning" | "error" | "default" | undefined; }[], ToastOptions[] | { title: string; description?: string | undefined; duration?: number | undefined; type?: "info" | "success" | "warning" | "error" | "default" | undefined; }[]>; }, {}, {}, {}, {}> | undefined>; export interface ToastOptions { title: string; description?: string; duration?: number; type?: 'info' | 'success' | 'warning' | 'error' | 'default'; } export declare function Toast(options: ToastOptions): void;