import { Input } from './input.js'; export declare class Checkboxgroup extends Input { updateModel(newValue: any): void; }