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