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