import { Point } from './@types';
export declare function MouseGetPos(): Point;
