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