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