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