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