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