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