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