interface Props { size?: number; [key: string]: any; } declare const IconGithub: import("svelte").Component; type IconGithub = ReturnType; export default IconGithub;