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