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