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