import type { ColumnOptions } from './types'; type Value = null; type FilterParameters = {}; type RowIndexColumn = ColumnOptions; declare function RowIndexColumn(): RowIndexColumn; export default RowIndexColumn;