import { UserAnnotationShapeDataContext } from "./UserAnnotationShapeDataContext";
import { UserStripAnnotation } from "./UserStripAnnotation";
import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare class UserAnnotationStripDataContext extends UserAnnotationShapeDataContext {
    static $t: Type;
    private i;
    constructor(a: UserStripAnnotation);
    get startLabel(): string;
    get endLabel(): string;
    get startValue(): number;
    get endValue(): number;
}
