import * as React from 'react'; import { IFilterRowEditorProps } from '../CellEditor/CellEditor'; declare const FilterCell: React.FunctionComponent; export default FilterCell;