import { ED } from '../../types/AbstractComponent'; import { RowWithActions } from '../..'; declare const _default: (props: import("../..").ReactComponentProps void; title: (row: RowWithActions) => string; titleLabel: string; filter: ED[keyof ED]["Filter"]; sorter: ED[keyof ED]["Sorter"]; projection: {}; }>) => React.ReactElement; export default _default;