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