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