/** * The user selection rectangle gets displayed when a user drags the mouse while pressing shift */ import React from 'react'; declare type UserSelectionProps = { selectionKeyPressed: boolean; }; declare const _default: React.MemoExoticComponent<({ selectionKeyPressed }: UserSelectionProps) => JSX.Element | null>; export default _default;