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