import { FC } from 'react'; import { TimerInterface } from './timer.types'; export declare const Timer: FC;