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