import { SortDirection } from './types'; export interface DataListTableSortIndicatorProps { direction: SortDirection; } export declare function DataListTableSortIndicator({ direction, }: DataListTableSortIndicatorProps): import("react/jsx-runtime").JSX.Element;