import type { SVGProps } from "react"; export interface GithubLogoIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function GithubLogoIcon({ className, size, color, ...props }: GithubLogoIconProps): import("react").JSX.Element; //# sourceMappingURL=github-logo-icon.d.ts.map