import type { HeaderLink } from "../.."; declare type Props = { badge?: string; }; /** * @deprecated because URL is not SEO-friendly at the moment */ declare const activities: ({ badge }: Props) => HeaderLink; export default activities;