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