/** * Checks whether mouse is in marker bounds * * @param mousePosition - * @param trackIndex - * @param markerCoords - */ export declare const inMarkerBounds: (mousePosition: { x: number; y: number; }, trackIndex: number, markerCoords: [number, number]) => boolean;