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