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