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