import { Base, Type } from "igniteui-react-core";
import { ST_SizeRepresents } from "./ST_SizeRepresents";
import { XmlPartManagerBase } from "./XmlPartManagerBase";
/**
 * @hidden
 */
export declare class CT_SizeRepresents extends Base {
    static $t: Type;
    private c;
    constructor();
    get b(): ST_SizeRepresents;
    set b(a: ST_SizeRepresents);
    static e(a: XmlPartManagerBase, b: ST_SizeRepresents): {
        p1: ST_SizeRepresents;
    };
    static f(a: XmlPartManagerBase, b: string, c: ST_SizeRepresents): void;
    toString(): string;
}
