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