/**
 * @license
 *
 * Copyright IBM Corp. 2025, 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 CDSBreadcrumbItem from '@carbon/web-components/es/components/breadcrumb/breadcrumb-item';
/**
 * Page header Title Breadcrumb
 * @element c4p-page-header-title-breadcrumb
 */
declare class CDSPageHeaderTitleBreadcrumb extends CDSBreadcrumbItem {
    context: any;
    constructor();
    render(): import("lit-html").TemplateResult<1>;
    static styles: any;
}
export default CDSPageHeaderTitleBreadcrumb;
//# sourceMappingURL=page-header-title-breadcrumb.d.ts.map