import { Description } from "./Description";
import { WebGroupByRecordDescription } from "./WebGroupByRecordDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class WebGroupByRowSelectorTemplateDetailsDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    constructor();
    private m;
    get selectedCount(): number;
    set selectedCount(a: number);
    private n;
    get totalCount(): number;
    set totalCount(a: number);
    private k;
    get groupRow(): WebGroupByRecordDescription;
    set groupRow(a: WebGroupByRecordDescription);
}
