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