interface HeightRangeAnnotationProps {
    height: number;
    top_height?: number;
    offsetX?: number;
    color?: string;
    lineInset?: number;
    circleRadius?: number;
}
declare function HeightRangeAnnotation(props: HeightRangeAnnotationProps): import('react').ReactElement<{
    transform: string;
}, string | import('react').JSXElementConstructor<any>>;
export { HeightRangeAnnotation };
