export function useUnselect({ selection, isLoading, rows, isStructured, path, tableOpenPaths }: { selection: any; isLoading: any; rows: any; isStructured: any; path: any; tableOpenPaths: any; }): void;