export { default as axisPropsFromTickScale } from './axisPropsFromTickScale';
export {
  default as Axis, TOP, RIGHT, BOTTOM, LEFT,
} from './Axis';
export type { Scaler, Orients, AxisStyle } from './types';
