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