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