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