import { Description } from "./Description";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class WebGridCellIdentifierDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    private static __marshalByValue;
    private static __marshalByValueAlias;
    constructor();
    private q;
    get rowID(): string;
    set rowID(a: string);
    private l;
    get columnID(): number;
    set columnID(a: number);
    private m;
    get rowIndex(): number;
    set rowIndex(a: number);
}
