import * as i0 from "@angular/core"; declare enum Sizes { X1 = "x1", X2 = "x2", X3 = "x3", X4 = "x4" } declare enum Types { FILL = "fill", OUTLINE = "outline" } declare enum Colors { PRIMARY = "primary", SECONDARY = "secondary", SUCCESS = "success", DANGER = "danger", WARNING = "warning", INFO = "info", SURFACE = "surface", NETURAL = "netural" } export declare class IconComponent { group?: string; name?: string; type: Types | string; color?: Colors | string; size?: string; block: boolean; constructor(); getNested(obj: any, ...args: any): any; get Colors(): typeof Colors; get Sizes(): typeof Sizes; get IconSrc(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};