/// <reference types="react" />
import { ContainerProps } from '../common/Container';
declare const Github: {
    (props: ContainerProps): import("react/jsx-runtime").JSX.Element;
    Issues: import("react").ForwardRefExoticComponent<import("./Issues").IssuesProps & import("react").RefAttributes<HTMLImageElement>>;
    Size: import("react").ForwardRefExoticComponent<import("./Size").SizeProps & import("react").RefAttributes<HTMLImageElement>>;
    Downloads: import("react").ForwardRefExoticComponent<import("./Downloads").DownloadsProps & import("react").RefAttributes<HTMLImageElement>>;
    License: import("react").ForwardRefExoticComponent<import("./License").LicenseProps & import("react").RefAttributes<HTMLImageElement>>;
    Activity: import("react").ForwardRefExoticComponent<import("./Activity").ActivityProps & import("react").RefAttributes<HTMLImageElement>>;
    Analysis: import("react").ForwardRefExoticComponent<import("./Analysis").AnalysisProps & import("react").RefAttributes<HTMLImageElement>>;
    Version: import("react").ForwardRefExoticComponent<import("./Version").VersionProps & import("react").RefAttributes<HTMLImageElement>>;
    Social: import("react").ForwardRefExoticComponent<import("./Social").SocialProps & import("react").RefAttributes<HTMLImageElement>>;
    displayName: string;
};
export default Github;
