import { TemplateRef, AfterContentInit, ChangeDetectorRef, OnChanges, OnDestroy } from '@angular/core'; import { NglCheckboxInput } from '../input/input'; import * as i0 from "@angular/core"; export declare class NglCheckbox implements OnChanges, AfterContentInit, OnDestroy { private cd; input: NglCheckboxInput; label: string | TemplateRef; error: string | TemplateRef; stacked: boolean; get hasError(): boolean; required: boolean; _uid: string; get errorId(): string; private ɵRequiredSubscription; constructor(cd: ChangeDetectorRef); ngOnChanges(): void; ngAfterContentInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }