import { OrientedAxisProps } from './types.js'; /** * @internal */ export declare function AxisTop({ scale, label, height, ...restAxisProps }: OrientedAxisProps): import("react").JSX.Element; export declare namespace AxisTop { var displayName: string; } //# sourceMappingURL=AxisTop.d.ts.map