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