import { Description } from "./Description";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class FormatCellEventArgsDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    constructor();
    private o;
    get row(): number;
    set row(a: number);
    private q;
    get itemRef(): string;
    set itemRef(a: string);
    private s;
    get valueRef(): string;
    set valueRef(a: string);
    private r;
    get text(): string;
    set text(a: string);
    private l;
    get isSummary(): boolean;
    set isSummary(a: boolean);
    private k;
    get isGroup(): boolean;
    set isGroup(a: boolean);
}
