import { AxisProps } from './types.js'; /** * @internal */ export declare const Axis: { ({ width, height, containerSize, label, size, tickLabelProps, ...restProps }: AxisProps): import("react/jsx-runtime.js").JSX.Element; displayName: string; };