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