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