import { AxisProps } from './types.js'; /** * @internal */ export declare const Axis: { ({ width, height, containerSize, label, size, tickLabelProps, tickColor, ...restProps }: AxisProps): import("react").JSX.Element; displayName: string; }; //# sourceMappingURL=Axis.d.ts.map