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