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