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