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