import { UserAnnotationDataContext } from "./UserAnnotationDataContext";
import { UserPointAnnotation } from "./UserPointAnnotation";
import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare class UserAnnotationPointDataContext extends UserAnnotationDataContext {
    static $t: Type;
    private e;
    constructor(a: UserPointAnnotation);
    get xValue(): number;
    get yValue(): number;
}
