/**
 * @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';
declare const CDSCoachmarkBody_base: {
    new (...args: any[]): {
        _handles: Set<import("@carbon/web-components/es/globals/internal/handle").default>;
        connectedCallback(): void;
        disconnectedCallback(): void;
    };
    _hostListeners: {
        [listenerName: string]: {
            [type: string]: {
                options?: boolean | AddEventListenerOptions;
            };
        };
    };
} & typeof LitElement & (new (...args: any[]) => import("@lit-labs/signals").SignalWatcherApi);
/**
 * coachmark-body for content body
 * @element c4p-coachmark-body
 */
declare class CDSCoachmarkBody extends CDSCoachmarkBody_base {
    render(): import("lit-html").TemplateResult<1>;
    static styles: any;
}
export default CDSCoachmarkBody;
//# sourceMappingURL=coachmark-body.d.ts.map