import * as i0 from "@angular/core"; export declare type SCIconType = 'MAT' | 'SVG' | 'FONT' | undefined; export declare class SCIconComponent { icon: string; color: string; cssClass: string; iconType: 'MAT' | 'SVG' | 'FONT' | undefined; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }