/// import { IProfile } from "./github_card.interface"; export declare const GithubProfileCard: (profile: IProfile) => JSX.Element;