/// import { GridCellValueProps } from "../GridColumn"; import "./DefaultCellValue.css"; export declare function DefaultCellValue(props: GridCellValueProps): JSX.Element;