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