///
import { D3Scale, NumberLike, ScaleInput } from '@vx/scale';
import { TextProps } from '@vx/text/lib/Text';
import Orientation from './constants/orientation';
export declare type AxisScaleOutput = number | NumberLike | undefined;
/** A catch-all type for scales that are compatible with axis */
export declare type AxisScale