import { ScatterErrorBarProps } from './types'; export declare const ScatterErrorBar: ({ variant, lower, upper, capWidth, className, style, setRole, ...props }: ScatterErrorBarProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ScatterErrorBar.d.ts.map