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