import { NarikFormComponent } from "../base/narik-form-component"; export declare abstract class NarikCheckBox extends NarikFormComponent { _tag: any; tag: any; } export declare const NARIK_CHECKBOX_INPUTS: string[];