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