interface Props { format?: '12h' | '24h'; showDate?: boolean; showSeconds?: boolean; } declare const __VLS_export: import("vue").DefineComponent & Readonly<{}>, { format: "12h" | "24h"; showDate: boolean; showSeconds: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default; //# sourceMappingURL=Clock.vue.d.ts.map