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