import ClockLine from './clock-line.vue'; import type { Plugin } from 'vue'; export declare const ClockLinePlugin: Plugin; export { ClockLine };