declare const CToast: import("vue").DefineComponent boolean; }; /** * Delay hiding the toast (ms). */ delay: { type: NumberConstructor; default: number; }; /** * Optionally add a close button to component and allow it to self dismiss. */ dismissible: { type: BooleanConstructor; default: boolean; }; /** * index of the component. */ index: NumberConstructor; /** * Title node for your component. */ title: StringConstructor; /** * Toggle the visibility of component. */ visible: BooleanConstructor; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "show")[], "close" | "show", import("vue").PublicProps, Readonly boolean; }; /** * Delay hiding the toast (ms). */ delay: { type: NumberConstructor; default: number; }; /** * Optionally add a close button to component and allow it to self dismiss. */ dismissible: { type: BooleanConstructor; default: boolean; }; /** * index of the component. */ index: NumberConstructor; /** * Title node for your component. */ title: StringConstructor; /** * Toggle the visibility of component. */ visible: BooleanConstructor; }>> & Readonly<{ onClose?: ((...args: any[]) => any) | undefined; onShow?: ((...args: any[]) => any) | undefined; }>, { visible: boolean; dismissible: boolean; delay: number; autohide: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export { CToast };