import { GeographicMapSeriesHostDescription } from "./GeographicMapSeriesHostDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare abstract class GeographicXYTriangulatingSeriesDescription extends GeographicMapSeriesHostDescription {
    static $t: Type;
    protected get_type(): string;
    constructor();
    private fd;
    get longitudeMemberPath(): string;
    set longitudeMemberPath(a: string);
    private fc;
    get latitudeMemberPath(): string;
    set latitudeMemberPath(a: string);
    private fe;
    get trianglesSourceRef(): string;
    set trianglesSourceRef(a: string);
    private ff;
    get triangleVertexMemberPath1(): string;
    set triangleVertexMemberPath1(a: string);
    private fg;
    get triangleVertexMemberPath2(): string;
    set triangleVertexMemberPath2(a: string);
    private fh;
    get triangleVertexMemberPath3(): string;
    set triangleVertexMemberPath3(a: string);
}
