declare const Y_AXIS_WIDTH = 40; export default function RecombinationYScaleBar({ height, maxValue, exportSVG, }: { height: number; maxValue: number; exportSVG?: boolean; }): import("react/jsx-runtime").JSX.Element; export { Y_AXIS_WIDTH };