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