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