/** * @param axis */ export default function getAltAxis(axis: 'x' | 'y'): 'x' | 'y'; //# sourceMappingURL=getAltAxis.d.ts.map