import { OnInit, ElementRef } from "@angular/core";
export declare class CoreIcon implements OnInit {
private element;
source: string;
size: string;
color: string;
templateString: string;
iClass: string;
selectable: boolean;
constructor(element: ElementRef);
ngOnInit(): any;
}