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