import { h } from 'preact'; import { Row } from 'custom-gridjs'; import { Cell } from 'custom-gridjs'; interface RowSelectionProps { row?: Row; cell?: Cell; } export declare function RowSelection(props: RowSelectionProps): h.JSX.Element; export {};