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