interface Props { showSeconds?: boolean; chars?: string[]; animate?: boolean; charSpacing?: number; } declare const __VLS_export: import("vue").DefineComponent & Readonly<{}>, { animate: boolean; chars: string[]; charSpacing: number; showSeconds: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default; //# sourceMappingURL=MatrixClock.vue.d.ts.map