/// import type { ISort } from '@teable/core'; export declare const useSortNode: (value?: ISort | null) => { text: string; isActive: boolean; Icon: (props: import("react").SVGProps) => import("react").JSX.Element; };