import { IndexSortingProps } from './indexSorting.schema'; declare const IndexSorting: ({ choices, selectedOrder, defaultDirection, disabled, onChangeKey, onChangeDirection, }: IndexSortingProps) => import("react/jsx-runtime").JSX.Element; export default IndexSorting;