///
import { SharedAxisProps, AxisScale } from '../types';
export declare 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, tickLabelProps, tickLength, ...restProps }: AxisTopProps): JSX.Element;
//# sourceMappingURL=AxisTop.d.ts.map