import { VanComponent } from './component';

export class CheckboxGroup extends VanComponent {
  toggleAll(checked?: boolean): void;
}