import { IgrUserShapeAnnotation } from "./igr-user-shape-annotation";
import { UserSliceAnnotation as UserSliceAnnotation_internal } from "./UserSliceAnnotation";
/**
 * Represents an user annotation for rendering data slice annotation
*/
export declare class IgrUserSliceAnnotation extends IgrUserShapeAnnotation {
    protected createImplementation(): UserSliceAnnotation_internal;
    /**
                                 * @hidden
                                 */
    get i(): UserSliceAnnotation_internal;
    constructor();
}
