import { Table } from '@tanstack/react-table'; export declare function usePersistColumnOrder(table: Table, key?: string | null): void;