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