import Tabular from '../tabular'; import { OneDArray, TCell, TColumn } from '../types'; export default function (keyword: string, columns: OneDArray, ignoreHiddenColumns: boolean, tabular: Tabular, selector?: (cell: TCell, rowIndex: number, cellIndex: number) => string): Tabular;