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