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