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