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