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