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