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