```ts
const SortingIndicator: React.FC<React.PropsWithChildren<{
  isSorted?: boolean;
  isSortDescending?: boolean;
}>>;
```
