import * as i0 from "@angular/core"; export type PseudoCheckboxState = 'unchecked' | 'checked' | 'indeterminate'; export declare class PseudoCheckbox { _animationMode?: string; state: PseudoCheckboxState; disabled: boolean; constructor(_animationMode?: string); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }