import type { Node, SolidEvent } from '../../types'; export type NodesSelectionProps = { onSelectionContextMenu?: (event: SolidEvent, nodes: NodeType[]) => void; noPanClassName?: string; disableKeyboardA11y: boolean; }; export declare function NodesSelection(p: NodesSelectionProps): import("solid-js").JSX.Element; //# sourceMappingURL=index.d.ts.map