import type { TIconType } from "../config/types/index.d.mts"; /** * Получает исходный код иконки * @param path{String=} Путь или идентификатор иконки * @param type{String=} Тип иконки ('asset' | 'material') * @returns {String} */ export declare const getIconHref: (path?: string, type?: TIconType) => string;