import { SwitchField } from './switch_field'; export declare class CheckBox extends SwitchField { constructor(param: string | any); toJSON(): any; toString(): string; }