import * as i0 from "@angular/core";
export declare class HeaderBrandComponent {
    /**
     * Default role for header-brand. [docs]
     * @type string
     * @default 'button'
     */
    role: string;
    headerBrandClass: boolean;
    static ɵfac: i0.ɵɵFactoryDeclaration<HeaderBrandComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<HeaderBrandComponent, "c-header-brand", never, { "role": { "alias": "role"; "required": false; }; }, {}, never, ["*"], true, never>;
}
