export declare enum EtoolsIconSet {
    av = "av",
    communication = "communication",
    device = "device",
    editor = "editor",
    hardware = "hardware",
    image = "image",
    maps = "maps",
    notification = "notification",
    places = "places",
    icons = "icons",
    social = "social",
    custom = "custom"
}
export declare const initializeIcons: (spritePath?: string) => Promise<void>;
