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