import { MouseEvent } from 'react';
export declare function castTouchToMouseEvent(evt: any): MouseEvent<HTMLElement>;
