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