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