import { Ref } from 'vue';
/**
 * 操作
 */
export declare const useData: () => {
    iconName: Ref<string, string>;
};
