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