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