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