import { Base, Type } from "./type";
/**
 * @hidden
 */
export declare class DataSeriesToDescriptionCustomization extends Base {
    static $t: Type;
    constructor();
    private _owner;
    get owner(): any;
    set owner(a: any);
    private _order;
    get order(): number;
    set order(a: number);
    private _matchType;
    get matchType(): string;
    set matchType(a: string);
    private _propertyName;
    get propertyName(): string;
    set propertyName(a: string);
    private j;
    get propertyValue(): any;
    set propertyValue(a: any);
    private i;
    get pendingDescription(): any;
    set pendingDescription(a: any);
    private _isCollectionInsertionAtEnd;
    get isCollectionInsertionAtEnd(): boolean;
    set isCollectionInsertionAtEnd(a: boolean);
    private _isCollectionInsertionAtStart;
    get isCollectionInsertionAtStart(): boolean;
    set isCollectionInsertionAtStart(a: boolean);
    private _isCollectionInsertionAtIndex;
    get isCollectionInsertionAtIndex(): boolean;
    set isCollectionInsertionAtIndex(a: boolean);
    private _isCollectionRemovaltIndex;
    get isCollectionRemovaltIndex(): boolean;
    set isCollectionRemovaltIndex(a: boolean);
    private _collectionIndex;
    get collectionIndex(): number;
    set collectionIndex(a: number);
    private _matchParentIndex;
    get matchParentIndex(): number;
    set matchParentIndex(a: number);
    e: (arg1: any, arg2: any) => any;
}
