import { type PropType, type VNode } from 'vue'; import type { Booleanish } from '../../types'; export declare const SLOT_NAME_TOAST_TITLE = "toast-title"; declare const _sfc_main: import("vue").DefineComponent<{ delay: { type: NumberConstructor; default: number; }; bodyClass: { type: StringConstructor; }; body: { type: PropType | undefined>; }; headerClass: { type: StringConstructor; }; headerTag: { type: StringConstructor; default: string; }; animation: { type: PropType; default: boolean; }; id: { type: StringConstructor; }; isStatus: { type: PropType; default: boolean; }; autoHide: { type: PropType; default: boolean; }; noCloseButton: { type: PropType; default: boolean; }; noFade: { type: PropType; default: boolean; }; noHoverPause: { type: PropType; default: boolean; }; solid: { type: PropType; default: boolean; }; static: { type: PropType; default: boolean; }; title: { type: StringConstructor; }; modelValue: { type: PropType; default: boolean; }; toastClass: { type: PropType; }; variant: { type: PropType; }; active: { type: PropType; default: boolean; }; activeClass: { type: StringConstructor; default: string; }; append: { type: PropType; default: boolean; }; disabled: { type: PropType; default: boolean; }; event: { type: (StringConstructor | ArrayConstructor)[]; default: string; }; exact: { type: PropType; default: boolean; }; exactActiveClass: { type: StringConstructor; default: string; }; href: { type: StringConstructor; }; rel: { type: StringConstructor; default: null; }; replace: { type: PropType; default: boolean; }; routerComponentName: { type: StringConstructor; default: string; }; routerTag: { type: StringConstructor; default: string; }; target: { type: PropType; default: string; }; to: { type: PropType; default: null; }; }, () => VNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "destroyed")[], "update:modelValue" | "destroyed", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly | undefined>; }; headerClass: { type: StringConstructor; }; headerTag: { type: StringConstructor; default: string; }; animation: { type: PropType; default: boolean; }; id: { type: StringConstructor; }; isStatus: { type: PropType; default: boolean; }; autoHide: { type: PropType; default: boolean; }; noCloseButton: { type: PropType; default: boolean; }; noFade: { type: PropType; default: boolean; }; noHoverPause: { type: PropType; default: boolean; }; solid: { type: PropType; default: boolean; }; static: { type: PropType; default: boolean; }; title: { type: StringConstructor; }; modelValue: { type: PropType; default: boolean; }; toastClass: { type: PropType; }; variant: { type: PropType; }; active: { type: PropType; default: boolean; }; activeClass: { type: StringConstructor; default: string; }; append: { type: PropType; default: boolean; }; disabled: { type: PropType; default: boolean; }; event: { type: (StringConstructor | ArrayConstructor)[]; default: string; }; exact: { type: PropType; default: boolean; }; exactActiveClass: { type: StringConstructor; default: string; }; href: { type: StringConstructor; }; rel: { type: StringConstructor; default: null; }; replace: { type: PropType; default: boolean; }; routerComponentName: { type: StringConstructor; default: string; }; routerTag: { type: StringConstructor; default: string; }; target: { type: PropType; default: string; }; to: { type: PropType; default: null; }; }>> & { "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; onDestroyed?: ((...args: any[]) => any) | undefined; }, { modelValue: Booleanish; noFade: Booleanish; animation: Booleanish; disabled: Booleanish; active: Booleanish; activeClass: string; append: Booleanish; event: string | unknown[]; exact: Booleanish; exactActiveClass: string; rel: string; replace: Booleanish; routerComponentName: string; routerTag: string; target: import("../../types/LinkTarget").default; to: import("vue-router").RouteLocationRaw; solid: Booleanish; static: Booleanish; headerTag: string; delay: number; isStatus: Booleanish; autoHide: Booleanish; noCloseButton: Booleanish; noHoverPause: Booleanish; }>; export default _sfc_main;