import { Base, Type } from "igniteui-webcomponents-core"; import { CheckboxListIndexType } from "./CheckboxListIndexType"; /** * @hidden */ export declare class CheckboxListIndexTypeChangedEventArgs extends Base { static $t: Type; b: CheckboxListIndexType; a: CheckboxListIndexType; }