export declare class Icon { symbol: string; direction: string; icons: Map; el: HTMLElement; render(): any; componentWillLoad(): void; componentDidRender(): void; }