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 h;
    get index(): number;
    set index(a: number);
    private f;
    get isChecked(): boolean;
    set isChecked(a: boolean);
}
