import type { Components, JSX } from "../types/components"; interface RuxIconFastForward extends Components.RuxIconFastForward, HTMLElement {} export const RuxIconFastForward: { prototype: RuxIconFastForward; new (): RuxIconFastForward; };