import React from 'react'; import { ClockType } from '../type'; export default function (props: { clock: ClockType; }): React.JSX.Element;