`.
*
* @default false
*/
asChild?: boolean;
/**
* Exclude cells from focus traversal.
* Overrides value from root DataGrid
*/
excluded?: boolean;
}
/**
* DataGridCell registers itself in the DataGrid matrix, exposes ARIA roles/attributes,
* and manages focusability based on the grid’s active cell.
*/
export declare const DataGridCell: FC
>;