export declare abstract class AbstractIcon { color: string; height: number; name: string; width: number; }