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