/// import { ScaleValue, AnyScale } from '@dfnivo/scales'; import { AxisProps } from '../types'; export declare const Axes: import("react").MemoExoticComponent<(({ xScale, yScale, width, height, top, right, bottom, left, }: { xScale: AnyScale; yScale: AnyScale; width: number; height: number; top?: AxisProps | null | undefined; right?: AxisProps | null | undefined; bottom?: AxisProps | null | undefined; left?: AxisProps | null | undefined; }) => JSX.Element)>; //# sourceMappingURL=Axes.d.ts.map