interface Props { size?: number; [key: string]: any; } declare const IconPersonWheelchair: import("svelte").Component; type IconPersonWheelchair = ReturnType; export default IconPersonWheelchair;