import { CdrToastProps } from './types'; declare function __VLS_template(): { attrs: Partial<{}>; slots: Readonly<{ /** Icon matching toast messaging type */ 'icon-left'(props: Record): any; /** CdrToast content */ default(props: Record): any; icon(props: Record): any; }> & { /** Icon matching toast messaging type */ 'icon-left'(props: Record): any; /** CdrToast content */ default(props: Record): any; icon(props: Record): any; }; refs: { toastEl: HTMLDivElement; }; rootEl: any; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent void; open: (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly & Readonly<{ onClosed?: ((...args: any[]) => any) | undefined; onOpen?: ((...args: any[]) => any) | undefined; }>, { type: import('../../lib').StatusType; open: boolean; autoDismiss: boolean; dismissDelay: number; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { toastEl: HTMLDivElement; }, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };