import { ActiveTable } from '../../../activeTable'; export declare class CheckboxEvents { private static focusCheckbox; private static blurCheckbox; private static changeValueCheckbox; private static keyDownCheckbox; static setEvents(at: ActiveTable, checkboxElement: HTMLInputElement, rowIndex: number, columnIndex: number): void; } //# sourceMappingURL=checkboxEvents.d.ts.map