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