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