import { OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class InlineIconBoxComponent implements OnInit { label: string; value: string; labelColor?: string; valueColor?: string; fontSize?: string; iconColor?: string; backgroundLeft?: string; backgroundRight?: string; materialIcon?: string; boxPadding?: string; boxMarginBottom?: string; constructor(); ngOnInit(): void; getValueColor(): { color: string; }; getLabelColor(): { color: string; }; getIconColor(): { color: string; }; getBoxStyle(): { padding: string; 'margin-bottom': string; 'font-size': string; background: string; }; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=inline-icon-box.component.d.ts.map