import type { DataGridPropsWithDefaultValues } from "../models/props/DataGridProps.js"; /** * The default values of `DataGridPropsWithDefaultValues` to inject in the props of DataGrid. */ export declare const DATA_GRID_PROPS_DEFAULT_VALUES: DataGridPropsWithDefaultValues;