import { RevGlobalDialogProps } from "./types"; declare const _default: __VLS_WithTemplateSlots, { isBlurBackground: boolean; maximizable: boolean; position: string; modelValue: boolean; width: string; draggable: boolean; dismissableMask: boolean; closeOnEscape: boolean; modal: boolean; }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:modelValue": (value: boolean) => void; }, string, import("vue").PublicProps, Readonly, { isBlurBackground: boolean; maximizable: boolean; position: string; modelValue: boolean; width: string; draggable: boolean; dismissableMask: boolean; closeOnEscape: boolean; modal: boolean; }>>> & { "onUpdate:modelValue"?: ((value: boolean) => any) | undefined; }, { width: string; isBlurBackground: boolean; maximizable: boolean; position: "left" | "right" | "top" | "bottom" | "bottomright" | "center" | "topleft" | "topright" | "bottomleft"; modelValue: boolean; draggable: boolean; dismissableMask: boolean; closeOnEscape: boolean; modal: boolean; }, {}>, { header?(_: { title: string | undefined; }): any; default?(_: {}): any; footer?(_: {}): any; closeicon?(_: {}): any; maximizeicon?(_: { maximized: boolean; }): any; }>; export default _default; type __VLS_NonUndefinedable = T extends undefined ? never : T; type __VLS_TypePropsToRuntimeProps = { [K in keyof T]-?: {} extends Pick ? { type: import('vue').PropType<__VLS_NonUndefinedable>; } : { type: import('vue').PropType; required: true; }; }; type __VLS_WithDefaults = { [K in keyof Pick]: K extends keyof D ? __VLS_Prettify : P[K]; }; type __VLS_Prettify = { [K in keyof T]: T[K]; } & {}; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };