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