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