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