import { Base, Type } from "igniteui-react-core";
import { ST_Coordinate } from "./ST_Coordinate";
/**
 * @hidden
 */
export declare class CT_Marker extends Base {
    static $t: Type;
    c: number;
    a: ST_Coordinate;
    d: number;
    b: ST_Coordinate;
}
