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