import { NarikFormComponent } from '../base/narik-form-component'; import * as i0 from "@angular/core"; export declare abstract class NarikCheckBox extends NarikFormComponent { _tag: any; set tag(value: any); get tag(): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare const NARIK_CHECKBOX_INPUTS: string[];