import { FC } from 'react'; interface ClockProps { color?: string; } export declare const Clock: FC; export {}; //# sourceMappingURL=Clock.d.ts.map