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