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