import { DataTableV2EmptyState } from './DataTableV2EmptyState.js'; import { type Table } from '../hooks/useTable/types.js'; export declare function DataTableV2VirtualizationContainer(props: Readonly<{ table: Table; emptyState: ReturnType; fullHeight: boolean; }>): import("react/jsx-runtime.js").JSX.Element;