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