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