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