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