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