import { USAIcon } from '../icon/icon-types.js'; export declare class IconService { #private; getIcon(icon: USAIcon): Promise; }