/// import { AxisScale } from '@visx/axis'; import { BaseAxisProps } from './BaseAxis'; export declare type AxisProps = Omit, 'AxisComponent'>; export default function Axis(props: AxisProps): JSX.Element; //# sourceMappingURL=Axis.d.ts.map