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