export declare class FontIconComponent {
    readonly host = "jnt-font-icon-host";
    icon: string;
    iconset: string;
    get class(): string;
    color: any;
}
