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