import { AfterViewInit, ElementRef } from '@angular/core'; import { THorizontalAlignment, TLabelColor, TLabelTheme } from './gl-component-title-label-simple.interface'; import * as i0 from "@angular/core"; export declare class GlComponentTitleLabelSimpleComponent implements AfterViewInit { label: ElementRef; labelValue: any; id: any; labelAlignment: THorizontalAlignment; labelColor: TLabelColor; customLabelColor: string; theme: TLabelTheme; required: boolean; requiredLabel: string; constructor(); ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }