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