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

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