import React from 'react'; interface GithubIconProps extends React.ComponentPropsWithoutRef<'svg'> { size?: number | string; } export declare function GithubIcon({ size, ...others }: GithubIconProps): JSX.Element; export {}; //# sourceMappingURL=GithubIcon.d.ts.map