import { SortColumn } from 'react-data-grid'; import { default as React } from 'react'; export declare const HeaderSortButton: ({ columnKey, columnSorted, setSortState, }: { columnKey: string; columnSorted: SortColumn | undefined; setSortState: React.Dispatch>; }) => import("react/jsx-runtime").JSX.Element;