/** Maps declared DataSurface controls onto the existing DataTable command model. */ import type { DataTableCommand } from './DataTableController.js'; import type { DataSurfaceVisibleCommand } from './data-surface.js'; /** * Returns `null` for a component-local control (focus, reveal, refresh, …) or * an invalid table command. The mounted component owns those local controls. */ export declare function dataTableCommandFromDataSurfaceCommand(command: DataSurfaceVisibleCommand): DataTableCommand | null; //# sourceMappingURL=data-table-surface.d.ts.map