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