export declare class CIcon { host: HTMLCIconElement; path: string; size: number; color: string; private _pathElement; componentDidLoad(): void; render(): any; }