import type { PopupCallback } from '../../popup'; import type { VmIcon } from '../..'; import type { DrawerDirection } from './interface'; import type { BasicType } from '../../_utils'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; declare const _sfc_main: DefineComponent<{ readonly visible: BasicType; readonly appendToBody: BasicType; readonly direction: BasicType, DrawerDirection | null>; readonly size: BasicType, string | number | null>; readonly title: BasicType, string | null>; 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; readonly appendToBody: BasicType; readonly direction: BasicType, DrawerDirection | null>; readonly size: BasicType, string | number | null>; readonly title: BasicType, string | null>; 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 size: string | number; readonly zIndex: number; readonly direction: DrawerDirection; readonly visible: boolean; readonly appendToBody: 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;