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