import { EventEmitter } from '@angular/core'; import { THorizontalAlignment } from '../../../core/interfaces/alignments.interface'; import { TLabelColor, TLabelTheme } from '../../../../../../gl-ng-titles-frontend/src/lib/component/label/simple/gl-component-title-label-simple.interface'; import * as i0 from "@angular/core"; export declare class GlComponentInputCheckBoxLabelComponent { checked: boolean; showBackground: boolean; labelId: string; labelAlignment: THorizontalAlignment; required: boolean; labelValue: string; requiredLabelDescription: string; labelTheme: TLabelTheme; labelColor: TLabelColor; checked$: EventEmitter; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }