import { Description } from "./Description";
import { ListPanelItemModelDescription } from "./ListPanelItemModelDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class ListPanelTemplateItemUpdatingEventArgsDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    constructor();
    private f;
    get model(): ListPanelItemModelDescription;
    set model(a: ListPanelItemModelDescription);
    private h;
    get contentRef(): string;
    set contentRef(a: string);
}
