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