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