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