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