import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class CheckboxComponent { value: boolean; disabled: boolean; label: boolean; textLabel: string; indeterminate: boolean; alert: boolean; helperText: boolean; customHelperText: boolean; textHelper: string; textHelperType: 'neutral' | 'alert' | 'success' | 'informative'; textHelperIcon: boolean; skeleton: boolean; valueChange: EventEmitter; private onChange; private onTouched; onValueChange(): void; writeValue(value: any): void; registerOnChange(fn: any): void; registerOnTouched(fn: any): void; onInput(value: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }