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