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