import { type TableOptions } from '@tanstack/react-table'; import type { DataTableVisualVariantProps } from './visual-variants-types.js'; import type { DataTableRowData } from '../../row-data-types.js'; import type { TDataTableFeatures } from '../types/features.types.js'; /** * @internal Configuration hook for the VisualVariant feature. * */ export declare function useVisualVariant(props: DataTableVisualVariantProps, options: TableOptions>): void;