import Icon from './src/icon.vue'; import './src/icon.css'; export * from './src/icons'; export * from './src/icon'; export declare const YhIcon: import("@yh-ui/utils").SFCWithInstall<{ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins; readonly default: undefined; }; readonly size: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly color: { readonly type: StringConstructor; readonly default: undefined; }; readonly spin: { readonly type: BooleanConstructor; readonly default: false; }; readonly rotate: { readonly type: NumberConstructor; readonly default: 0; }; readonly themeOverrides: { readonly type: import("vue").PropType; readonly default: undefined; }; }>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, { readonly icon: string | import("vue").Component; readonly size: string | number; readonly themeOverrides: import("@yh-ui/theme").ComponentThemeVars; readonly name: string; readonly svg: string; readonly color: string; readonly spin: boolean; readonly rotate: number; }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly; readonly default: undefined; }; readonly size: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly color: { readonly type: StringConstructor; readonly default: undefined; }; readonly spin: { readonly type: BooleanConstructor; readonly default: false; }; readonly rotate: { readonly type: NumberConstructor; readonly default: 0; }; readonly themeOverrides: { readonly type: import("vue").PropType; readonly default: undefined; }; }>> & Readonly<{}>, {}, {}, {}, {}, { readonly icon: string | import("vue").Component; readonly size: string | number; readonly themeOverrides: import("@yh-ui/theme").ComponentThemeVars; readonly name: string; readonly svg: string; readonly color: string; readonly spin: boolean; readonly rotate: number; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase; readonly default: undefined; }; readonly size: { readonly type: import("vue").PropType; readonly default: undefined; }; readonly color: { readonly type: StringConstructor; readonly default: undefined; }; readonly spin: { readonly type: BooleanConstructor; readonly default: false; }; readonly rotate: { readonly type: NumberConstructor; readonly default: 0; }; readonly themeOverrides: { readonly type: import("vue").PropType; readonly default: undefined; }; }>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { readonly icon: string | import("vue").Component; readonly size: string | number; readonly themeOverrides: import("@yh-ui/theme").ComponentThemeVars; readonly name: string; readonly svg: string; readonly color: string; readonly spin: boolean; readonly rotate: number; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => { $slots: { default?: (props: {}) => any; }; })> & Record; export default YhIcon; export type IconInstance = InstanceType; export type YhIconInstance = IconInstance; export type YhIconProps = import('./src/icon').IconProps; export type YhIconSlots = import('./src/icon').IconSlots; export type YhIconData = import('./src/icon').IconData; export type YhIconSet = import('./src/icon').IconSet;