import { type ClassValue } from "svelte/elements"; type $$ComponentProps = { class?: ClassValue; }; declare const IconGithubLogoLight: import("svelte").Component<$$ComponentProps, {}, "">; type IconGithubLogoLight = ReturnType; export default IconGithubLogoLight;