export default LineGroup; declare function LineGroup(props: any): JSX.Element; declare namespace LineGroup { namespace propTypes { const lines: PropTypes.Requireable; }>[]>; start: PropTypes.Requireable; }>>; end: PropTypes.Requireable; }>>; highlighted: PropTypes.Requireable; stroked: PropTypes.Requireable; lineColor: PropTypes.Validator; startValue: PropTypes.Validator; endValue: PropTypes.Validator; }>[]>; const mini: PropTypes.Requireable; const title: PropTypes.Requireable; const y: PropTypes.Validator<(...args: any[]) => any>; const yCut: PropTypes.Requireable; const yCutHeight: PropTypes.Validator; const yLines: PropTypes.Validator; const yAxisFormat: PropTypes.Validator<(...args: any[]) => any>; const yAnnotations: PropTypes.Requireable; label: PropTypes.Requireable; x: any; dy: PropTypes.Requireable; }>[]>; const x: PropTypes.Validator<(...args: any[]) => any>; const xAccessor: PropTypes.Validator<(...args: any[]) => any>; const endDy: PropTypes.Validator; const width: PropTypes.Validator; const band: PropTypes.Requireable; } } import PropTypes from "prop-types";