import type { SVGAttributes } from 'svelte/elements'; type Props = SVGAttributes; declare const Clock: import("svelte").Component; type Clock = ReturnType; export default Clock; //# sourceMappingURL=clock.svelte.d.ts.map