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