import type { FunctionalComponent } from 'vue'; declare const SortDown: FunctionalComponent<{}, {}>; export default SortDown;