import type { Components, JSX } from "../types/components"; interface RuxIconPhotoLibrary extends Components.RuxIconPhotoLibrary, HTMLElement {} export const RuxIconPhotoLibrary: { prototype: RuxIconPhotoLibrary; new (): RuxIconPhotoLibrary; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;