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