import type { ColumnDef } from '@tanstack/react-table';
/**
 * This helper is a workaround for the {@link https://github.com/TanStack/table/issues/4754 issue}
 */
export declare function fixDeepAccessorColumnIds<A extends Array<ColumnDef<any>>>(columns: A): A;
