import React, { type CSSProperties } from "react";
type Props = {
    containerStyle?: CSSProperties;
};
export declare const GitHubBanner: ({ containerStyle }: Props) => React.JSX.Element;
export {};
//# sourceMappingURL=index.d.ts.map