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