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