import type { IRoute } from '@vitjs/core';
declare type IconMap = Record<string, string>;
export declare function resolveIcons(data: IRoute[], parentIcons?: IconMap): IconMap;
export {};
