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