import { ColumnComponentProps } from '../interface'; declare function Column({ onSort, onFilter, onHandleFilter, onHandleFilterReset, currentFilters, currentSorter, _key, dataIndex, title, sorter, sortDirections, filters, columnFixedStyle, className, cellStyle, headerCellStyle, rowSpan, colSpan, headerCellProps, prefixCls, align, components, filterIcon, filterDropdown, filterMultiple, ellipsis, filterDropdownProps, onFilterDropdownVisibleChange, column, showSorterTooltip, index, }: ColumnComponentProps): JSX.Element; export default Column;