import React from 'react'; import { GithubUserInfo } from './types'; export interface CardViewProps { readonly userInfo: GithubUserInfo; } export declare const CardView: React.FC; export interface CardProps { readonly name: string; } export declare const Card: React.FC; //# sourceMappingURL=Card.d.ts.map