///
import { SeriesPoint } from 'd3-shape';
import { ScaleInput } from '@vx/scale';
import { PositionScale, AddSVGProps, BaseBarStackProps, StackKey, Accessor } from '../types';
export declare type BarStackProps = BaseBarStackProps & {
/** Returns the value mapped to the x of a bar. */
x: Accessor>;
/** Returns the value mapped to the y0 of a bar. */
y0?: Accessor, ScaleInput>;
/** Returns the value mapped to the y1 of a bar. */
y1?: Accessor, ScaleInput>;
};
export default function BarStackComponent({ data, className, top, left, x, y0, y1, xScale, yScale, color, keys, value, order, offset, children, ...restProps }: AddSVGProps, SVGRectElement>): JSX.Element;
//# sourceMappingURL=BarStack.d.ts.map