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