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