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