/**
 * @license
 *
 * Copyright IBM Corp. 2025
 *
 * This source code is licensed under the Apache-2.0 license found in the
 * LICENSE file in the root directory of this source tree.
 */
import { LitElement } from 'lit';
/**
 * Sections in c4p-checklist
 * @element c4p-checklist-group
 * @slot default - Contains one or more `c4p-checklist-item` components
 */
declare class CDSChecklistGroup extends LitElement {
    /**
     * Title text of the c4p-checklist-group
     */
    title: any;
    private _updateAttributes;
    firstUpdated(): void;
    render(): import("lit-html").TemplateResult<1>;
    static styles: any;
}
export default CDSChecklistGroup;
//# sourceMappingURL=checklist-group.d.ts.map