export declare class ExtensionMapingModel { type: string; color: string; constructor(type: string, color: string); }