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