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