import type { ColumnDef, TableFeature, TableOptions } from '../../hooks/useTable/types.js'; export declare const SPACER_COLUMN: ColumnDef; export declare const Layout: TableFeature; export declare function useLayout(props: { fullWidth?: boolean; fullHeight?: boolean; }, options: TableOptions): void;