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