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