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