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