export declare enum ComponentIconFormat { NORMAL = "NORMAL", SMALLER = "SMALLER" } export declare class ComponentIcon { path: string; format: ComponentIconFormat; constructor(path: string, format?: ComponentIconFormat); }