import type { SharedAxisProps, AxisScale } from '../types'; export type AxisTopProps = SharedAxisProps; export declare const topTickLabelProps: { readonly dy: "-0.75em"; readonly fill: "#222"; readonly fontFamily: "Arial"; readonly fontSize: 10; readonly textAnchor: "middle"; }; export default function AxisTop({ axisClassName, labelOffset, tickLength, tickLabelProps, ...restProps }: AxisTopProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=AxisTop.d.ts.map