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