import type { FightingIcon, HandleEvent } from '../../_interface'; import type { DrawerDirection } from './interface'; import type { BasicType } from '../../_utils/props/interface'; 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: FightingIcon; readonly onClose: HandleEvent; 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: HandleEvent; readonly onOpenEnd: HandleEvent; readonly onCloseEnd: HandleEvent; }>; export default _sfc_main;