import { UserAnnotationShapeDataContext } from "./UserAnnotationShapeDataContext";
import { UserSliceAnnotation } from "./UserSliceAnnotation";
import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare class UserAnnotationSliceDataContext extends UserAnnotationShapeDataContext {
    static $t: Type;
    private i;
    constructor(a: UserSliceAnnotation);
}
