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