import type { FlexPlane } from './props.js'; export declare function getDepthAxis(plane: FlexPlane): "x" | "y" | "z";