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