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