/// export interface IconLogoGithubProps { size?: string; style?: React.CSSProperties; } export declare const IconLogoGithub: React.FC;