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