import type { PopupCallback } from '../../popup'; import type { VmIcon } from '../..'; import type { Validator, BasicType } from '../../_utils'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; declare const _sfc_main: DefineComponent<{ readonly visible: { readonly required: true; readonly type: BooleanConstructor; readonly default: () => boolean; readonly validator?: Validator | undefined; }; readonly title: BasicType, string | null>; readonly appendToBody: BasicType; readonly width: BasicType, string | number | null>; readonly height: BasicType, string | number | null>; readonly fullscreen: BasicType; readonly showMask: BasicType; readonly maskClose: BasicType; readonly maskBlur: BasicType; readonly showCloseIcon: BasicType; readonly closeIcon: BasicType, null>; readonly zIndex: BasicType; readonly onOpen: BasicType, null>; readonly onOpenEnd: BasicType, null>; readonly onClose: BasicType, null>; readonly onCloseEnd: BasicType, null>; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { "update:visible": (visible: boolean) => boolean; }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly boolean; readonly validator?: Validator | undefined; }; readonly title: BasicType, string | null>; readonly appendToBody: BasicType; readonly width: BasicType, string | number | null>; readonly height: BasicType, string | number | null>; readonly fullscreen: BasicType; readonly showMask: BasicType; readonly maskClose: BasicType; readonly maskBlur: BasicType; readonly showCloseIcon: BasicType; readonly closeIcon: BasicType, null>; readonly zIndex: BasicType; readonly onOpen: BasicType, null>; readonly onOpenEnd: BasicType, null>; readonly onClose: BasicType, null>; readonly onCloseEnd: BasicType, null>; }>> & { "onUpdate:visible"?: ((visible: boolean) => any) | undefined; }, { readonly title: string; readonly closeIcon: VmIcon; readonly onClose: PopupCallback; readonly width: string | number; readonly zIndex: number; readonly appendToBody: boolean; readonly height: string | number; readonly fullscreen: boolean; readonly showMask: boolean; readonly maskClose: boolean; readonly maskBlur: boolean; readonly showCloseIcon: boolean; readonly onOpen: PopupCallback; readonly onOpenEnd: PopupCallback; readonly onCloseEnd: PopupCallback; }>; export default _sfc_main;