import React from "react"; import type { BadgesPageProps } from "./BadgesPage.types"; declare const BadgesPage: React.FC; export default BadgesPage;