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