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