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