import { UserAnnotationAxisDataContext } from "./UserAnnotationAxisDataContext"; import { UserShapeAnnotation } from "./UserShapeAnnotation"; import { Type } from "igniteui-react-core"; /** * @hidden */ export declare class UserAnnotationShapeDataContext extends UserAnnotationAxisDataContext { static $t: Type; private g; constructor(a: UserShapeAnnotation); get overlayText(): string; }