type Props = { svg: string; fill?: string; size?: string; width?: string; height?: string; }; declare const Icon: import("svelte").Component; type Icon = ReturnType; export default Icon;