import { NgClass } from '@angular/common';
import { ElementRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class DokuPageTitle {
    private elementRef;
    protected readonly classes: NgClass['ngClass'];
    constructor(elementRef: ElementRef);
    protected get hasIconLeft(): boolean;
    static ɵfac: i0.ɵɵFactoryDeclaration<DokuPageTitle, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<DokuPageTitle, "doku-page-title", ["dokuPageTitle"], {}, {}, never, ["[icon-left]", "*"], true>;
}
