type __VLS_Props = { /** 图标语义化名称(如 "undo"、"database"、"align-left") */ name: string; /** 图标大小,默认 1em(跟随字体大小) */ size?: string; /** 额外 CSS class */ class?: string; }; declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, { size: string; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;