import type { ChartsXReferenceLineProps } from "./ChartsXReferenceLine.js"; import type { ChartsYReferenceLineProps } from "./ChartsYReferenceLine.js"; import type { XOR } from "../internals/ts-generic.js"; type ChartsReferenceLineProps = XOR, ChartsYReferenceLineProps>; declare function ChartsReferenceLine(props: ChartsReferenceLineProps): import("react").JSX.Element; declare namespace ChartsReferenceLine { var propTypes: any; } export { ChartsReferenceLine, type ChartsReferenceLineProps };