import { ThemesService } from '@progress-chef/platform-themes-service'; import * as i0 from "@angular/core"; export declare class IconComponent { private themesService; name: string; _projectedIcon: boolean; set projectedIcon(value: boolean); _fontSize: number; set fontSize(value: number); type: 'success' | 'error'; constructor(themesService: ThemesService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }