export declare class IconComponent { width: number; height: number; protected readonly Config: import("typeconfig").IWebConfigClass<{ [key: string]: any; }> & import("../../common/config/public/Config").ClientClass; }