import { OnInit } from '@angular/core'; import { Checkbox, CheckboxBase, CheckboxMutableProps, CheckboxToggleOptions } from '@tailwind-ng/core'; import * as i0 from "@angular/core"; /** * @TailwindNG Checkbox Component. */ export declare class CheckboxComponent extends CheckboxBase implements Checkbox, OnInit { get inputRef(): HTMLInputElement; protected icon: import("@tailwind-ng/core").CheckboxIcon; protected readonly parent: CheckboxComponent | null; children?: Checkbox[]; checked: boolean; indeterminate?: boolean; id: string; checkedChange: import("@angular/core").OutputEmitterRef; indeterminateChange: import("@angular/core").OutputEmitterRef; changes: import("@angular/core").OutputEmitterRef; ngOnInit(): void; protected buildStyle(): void; toggle(options?: CheckboxToggleOptions): void; private emitChanges; protected addEventListeners(): void; protected removeEventListeners(): void; protected onMouseup(event: MouseEvent): void; protected onKeyup(event: KeyboardEvent): void; protected onChanges(event: Event): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }