import type { Components, JSX } from "../types/components"; interface RuxIconFastForward extends Components.RuxIconFastForward, HTMLElement {} export const RuxIconFastForward: { prototype: RuxIconFastForward; new (): RuxIconFastForward; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;