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