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