import * as i0 from "@angular/core"; export type RealsoftPseudoCheckboxStatus = 'unchecked' | 'checked' | 'indeterminate'; export type RealsoftPseudoCheckboxAppearance = 'minimal' | 'full'; export declare class RealsoftPseudoCheckbox { _animation: "NoopAnimations" | "BrowserAnimations"; status: RealsoftPseudoCheckboxStatus; disabled: boolean; appearance: RealsoftPseudoCheckboxAppearance; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }