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