/** * The user selection rectangle gets displayed when a user drags the mouse while pressing shift */ import type { ReactFlowProps } from '../../types'; import { JSX, ParentProps } from 'solid-js'; type PaneProps = { isSelecting: boolean; } & Partial>; export declare function Pane(_p: ParentProps): JSX.Element; export {}; //# sourceMappingURL=index.d.ts.map