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