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