export default function Clock({ timeLeftMs }: { timeLeftMs: number; }): JSX.Element;