import { Base, Type } from "igniteui-react-core";
import { XmlPartManagerBase } from "./XmlPartManagerBase";
/**
 * @hidden
 */
export declare class CT_GeomGuide extends Base {
    static $t: Type;
    a: string;
    b: string;
    static c(a: XmlPartManagerBase, b: string, c: string): {
        p1: string;
        p2: string;
    };
}
