export function ThComponent({ toggleSort, immovable, className, children, style, path, columnindex, ...rest }: { [x: string]: any; toggleSort: any; immovable: any; className: any; children: any; style: any; path: any; columnindex: any; }): import("react/jsx-runtime").JSX.Element;