export declare class Icon { name: string; tooltip: string; colour: string; constructor(name: string, tooltip: string, colour: string); }