import { Point } from 'framer-motion';
/** @public */
export interface EventInfo {
    point: Point;
}
