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