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