import { SelectionEventProps } from '../types'; export declare const useSelectionChange: (nodeRef: { current?: any; }, props: SelectionEventProps) => void;