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

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