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