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