import { OrientedAxisProps } from './types.js'; /** * @internal */ export declare function AxisBottom({ scale, label, height, ...restAxisProps }: OrientedAxisProps): import("react/jsx-runtime.js").JSX.Element; export declare namespace AxisBottom { var displayName: string; }