import { MotionEventNames } from '../types';
export declare function dispatchPointerEvent(element: Element, name: MotionEventNames, event: any): void;
