import { Description } from "./Description";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class WebGridSelectionRangeDetailDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    private static __marshalByValue;
    private static __marshalByValueAlias;
    constructor();
    private h;
    get rowStart(): number;
    set rowStart(a: number);
    private g;
    get rowEnd(): number;
    set rowEnd(a: number);
    private m;
    get columnStart(): string;
    set columnStart(a: string);
    private l;
    get columnEnd(): string;
    set columnEnd(a: string);
}
