import type { OnSelectionChange } from '../types';
export declare function useOnSelectionChange(onselectionchange: OnSelectionChange): void;
