import { FC } from 'react'; import { ChallengesFooterProps } from '../types/Challenges.type'; export declare const ChallengesFooter: FC;