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