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