import { Description } from "./Description";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class ListPanelTemplateHeightRequestedEventArgsDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    constructor();
    private m;
    get dataRow(): number;
    set dataRow(a: number);
    private o;
    get dataItemRef(): string;
    set dataItemRef(a: string);
    private k;
    get height(): number;
    set height(a: number);
}
