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