import { type IconName, type IconSize, type IconType } from '../../types/icon';
export declare function getIconSubDir(name: IconName, type: IconType): string;
export declare function getSvgSize(size: IconSize): 12 | 36 | 16 | 14 | 24 | 18 | 48;
export declare function getIconRoot(): string;
export declare function getIconPath(name: IconName, type?: IconType): string;
