type SortIndicatorProps = { direction: "asc" | "desc" | false; }; export declare function SortIndicator({ direction }: SortIndicatorProps): import("react").JSX.Element; export {}; //# sourceMappingURL=sortIndicator.d.ts.map