import React from "react"; import "./index.less"; declare const SortRow: ({ children, rowKey, onSortChange }: any) => React.JSX.Element; export default SortRow;