import type { Axis, Box } from "framer-motion"; export declare const createAxis: () => Axis; export declare function createBox(): Box;