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