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