import { type GridColumnProps } from "./GridColumn"; export type RowSelectionRadioColumnProps = Omit, "width" | "name">; export declare function RowSelectionRadioColumn(props: RowSelectionRadioColumnProps): import("react/jsx-runtime").JSX.Element;