import { Description } from "./Description";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class CheckedChangedEventArgsDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    constructor();
    private m;
    get index(): number;
    set index(a: number);
    private k;
    get isChecked(): boolean;
    set isChecked(a: boolean);
    private o;
    get primaryKeyRef(): string;
    set primaryKeyRef(a: string);
}
