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