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