/// import { IProps } from "./github_card.interface"; export declare const GithubCard: ({ name, repository, type, width, height }: IProps) => JSX.Element;