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