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