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