import { type CellValidationState, type GridColumnProps } from "./GridColumn"; export declare const RowValidationStatusContext: import("react").Context<{ status?: CellValidationState; }>; export type RowValidationStatusColumnProps = Omit, "width" | "name">; export declare function RowValidationStatusColumn(props: RowValidationStatusColumnProps): import("react/jsx-runtime").JSX.Element;