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