import { Base, IComparable$1, Type } from "igniteui-react-core";
import { PropertyType } from "./PropertyType";
/**
 * @hidden
 */
export declare class PropertyTableBase_PropertyValue extends Base implements IComparable$1<PropertyTableBase_PropertyValue> {
    static $t: Type;
    private _a;
    private _e;
    private _c;
    private _h;
    constructor(a: number, b: PropertyType, c: any);
    constructor(a: number, b: PropertyType, c: any, d: boolean, e: boolean);
    constructor(a: number, ..._rest: any[]);
    get _d(): boolean;
    get _f(): boolean;
    get _g(): boolean;
    get _b(): PropertyType;
    get _i(): any;
    set _i(a: any);
    compareTo(a: PropertyTableBase_PropertyValue): number;
}
