import { FC } from 'react'; import { StreakCounterProps } from '../component/StreakTypes'; export declare const StreakTimer: FC;