/**
 * @deprecated This utility is no longer used internally and will be removed in the next version.
 */
export declare function isMouseWithinBounds(event: React.MouseEvent<HTMLElement> | React.PointerEvent<HTMLElement>): boolean;