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