import type { CSSProperties, PropType } from 'vue'; declare type Nullable = T | null; declare type ElRef = Nullable; declare const _default: import("vue").DefineComponent<{ icon: import("vue-types").VueTypeValidableDef & { default: string; }; color: import("vue-types").VueTypeValidableDef & { default: string; }; size: { type: PropType; default: number; }; spin: import("vue-types").VueTypeValidableDef & { default: boolean; } & { default: boolean; }; prefix: import("vue-types").VueTypeValidableDef & { default: string; } & { default: string; }; }, { elRef: import("vue").Ref, ElRef>; getWrapStyle: import("vue").ComputedRef; isSvgIcon: import("vue").ComputedRef; getSvgIcon: import("vue").ComputedRef; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{ icon?: unknown; color?: unknown; size?: unknown; spin?: unknown; prefix?: unknown; } & { size: string | number; icon: string; prefix: string; spin: boolean; color: string; } & {}>, { size: string | number; icon: string; prefix: string; spin: boolean; color: string; }>; export default _default;