import React from 'react'; interface GitHubIconProps { className?: string; width?: number; height?: number; } export declare const GitHubIcon: React.FC; export {}; //# sourceMappingURL=github-icon.d.ts.map