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