import React from "react"; interface SortCaretProps { order: string; } declare const SortCaret: React.FC; export default SortCaret;