import { type ReactNode } from 'react'; interface GithubStarsProps { content: string; icon: ReactNode; } export declare const GithubStars: (props: GithubStarsProps) => import("react/jsx-runtime").JSX.Element; export {};