type PositionType = '' | 'before' | 'after'; declare const useMousePosition: (element: HTMLDivElement | null, horizontal?: boolean, shownPositionRange?: number) => PositionType; export { useMousePosition };