import type { IIconInfo, IIconRecord } from '../types/icon.js'; export declare function $getZovaIcon(iconName?: keyof IIconRecord): IIconInfo | undefined; export declare function $useZovaIcon(iconGetter: () => keyof IIconRecord | undefined): { iconInfo: import("vue").Ref; }; //# sourceMappingURL=useZovaIcon.d.ts.map