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

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