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

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