import { ColumnComponentProps } from '../interface';
declare function Column<T>({ 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<T>): JSX.Element;
export default Column;
