import { API } from "@storybook/manager-api";
type Props = Readonly<{
    active?: boolean;
    api: API;
}>;
export declare const GitHub: ({ active, api }: Props) => import("react/jsx-runtime").JSX.Element | null;
export {};
