import type { HandleMouse } from '../..'; 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 imgList: BasicType, string[] | null>; readonly modalClose: BasicType; readonly appendToBody: BasicType; readonly isCloseBtn: BasicType; readonly showIndex: BasicType; readonly zIndex: BasicType; readonly isOption: BasicType; readonly round: BasicType, string | null>; readonly onClose: BasicType, null>; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { "update:visible": (visible: boolean) => boolean; }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly; readonly imgList: BasicType, string[] | null>; readonly modalClose: BasicType; readonly appendToBody: BasicType; readonly isCloseBtn: BasicType; readonly showIndex: BasicType; readonly zIndex: BasicType; readonly isOption: BasicType; readonly round: BasicType, string | null>; readonly onClose: BasicType, null>; }>> & { "onUpdate:visible"?: ((visible: boolean) => any) | undefined; }, { readonly round: string; readonly onClose: HandleMouse; readonly zIndex: number; readonly visible: boolean; readonly appendToBody: boolean; readonly imgList: string[]; readonly modalClose: boolean; readonly isCloseBtn: boolean; readonly showIndex: number; readonly isOption: boolean; }>; export default _sfc_main;