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