import { type RowData, type TableOptions } from '@tanstack/react-table'; import type { TDataTableFeatures } from '../types/features.types.js'; export declare function useLayout(props: { fullWidth?: boolean; fullHeight?: boolean; }, options: TableOptions): void;