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