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