import { MutableRefObject } from "react"; export declare const useMotation: ({ main }: { main: MutableRefObject; }) => void;