import React from 'react'; export interface Github2Props extends React.SVGProps { size?: number | string; className?: string; } export declare const Github2: { ({ size, className, ...props }: Github2Props): React.JSX.Element; displayName: string; };