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