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