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