import type { Components, JSX } from "../types/components";

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