import type { Axis } from "framer-motion"; export declare function translateAxis(axis: Axis, distance: number): void;