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