import type { RowData, TableOptions } from '@tanstack/react-table'; import type { DataTableLineWrapProps } from './line-wrap-types.js'; import type { TDataTableFeatures } from '../types/features.types.js'; /** * Configuration hook for the DataTable LineWrap feature. * @internal */ export declare function useColumnLineWrap(props: DataTableLineWrapProps, options: TableOptions): void;