import { Props } from './types'; import { Ref } from 'vue'; /** * 图标名称 */ export declare const useIconName: (props: Readonly>) => { icon: Ref; };