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