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