import { BarProps } from '../shared/types'; export type BarRowProps = BarProps & { index?: number; }; export declare const BarRow: import("react").ForwardRefExoticComponent>;