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