import { BaseOnThisPageItem } from './internal/base-on-this-page-item';
declare global {
    interface HTMLElementTagNameMap {
        'mdc-on-this-page-item': OnThisPageItem;
    }
}
/**
 * @element mdc-on-this-page-item
 *
 * An individual in-page navigation link item within `mdc-on-this-page`.
 *
 * @csspart label - The label text container.
 */
export declare class OnThisPageItem extends BaseOnThisPageItem {
    static styles: import("lit").CSSResult;
}
//# sourceMappingURL=on-this-page-item.d.ts.map