import { Axis } from '../types';
export declare const getCrossAxis: (axis: Axis) => Axis;
