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