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