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

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