import { EventEmitter } from '@angular/core'; import { TTheme } from '../../../core/interfaces/alignments.interface'; import * as i0 from "@angular/core"; export declare class GlComponentInputOptionSimpleComponent { value: string; id: string; label: string; name: string; checked: boolean; theme: TTheme; disabled: boolean; boldLabel: boolean; itemSelected: EventEmitter; constructor(); onCheck(value: string, input: HTMLInputElement): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }