import { PropType } from 'vue'; declare const _default: __VLS_WithTemplateSlots; default: string; validator: (value: string) => boolean; }; preset: { type: PropType; default: undefined; }; }, { hide: () => void; show: () => void; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:modelValue": (...args: any[]) => void; }, string, import("vue").PublicProps, Readonly; default: string; validator: (value: string) => boolean; }; preset: { type: PropType; default: undefined; }; }>> & { "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }, { title: string; description: string; modelValue: boolean; stateful: boolean; preset: import("../../composables").PresetPropValue; color: string; textColor: string; icon: string; closeText: string; closeIcon: string; closeable: boolean; dense: boolean; outline: boolean; center: boolean; borderColor: string; border: "" | "top" | "right" | "bottom" | "left"; }, {}>, { icon?(_: {}): any; title?(_: {}): any; default?(_: {}): any; close?(_: {}): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };