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