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