import type { GridCellValueProps } from "../GridColumn"; export declare function DefaultCellValue(props: GridCellValueProps): import("react/jsx-runtime").JSX.Element;