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