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