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