import type { MotionEvent } from '../CSSMotion.types'; export declare const useDomMotionEvents: (callback: (event: MotionEvent) => void) => [(element: HTMLElement) => void, (element: HTMLElement) => void];