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