import type { VmIcon, HandleMouse } from '..'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { Install, BasicType } from '../_utils'; import CloseBtn from "./src/close-btn"; export declare const VCloseBtn: Install, string | number | null>; readonly round: BasicType; readonly disabled: BasicType; readonly color: BasicType, string | null>; readonly hoverColor: BasicType, string | null>; readonly icon: BasicType, null>; readonly onClick: BasicType, null>; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly, string | number | null>; readonly round: BasicType; readonly disabled: BasicType; readonly color: BasicType, string | null>; readonly hoverColor: BasicType, string | null>; readonly icon: BasicType, null>; readonly onClick: BasicType, null>; }>>, { readonly round: boolean; readonly color: string; readonly icon: VmIcon; readonly size: string | number; readonly disabled: boolean; readonly onClick: HandleMouse; readonly hoverColor: string; }>>; /** close-btn 组件实例类型 */ export type CloseBtnInstance = InstanceType; export * from './src/interface'; export default VCloseBtn;