import { ValueType, Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare class ST_GeomGuideName extends ValueType {
    static $t: Type;
    constructor(a: number, b: string);
    constructor();
    constructor(a: number, ..._rest: any[]);
    readonly a: string;
}
