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