import type { GridChildComponentProps } from "react-window"; import type { TableCellProps } from "../TableCell"; /** * Properties for the `DataGridCell` component. */ export type DataGridCellProps = GridChildComponentProps & TableCellProps; declare const _default: import("react").NamedExoticComponent; export default _default;