import * as i0 from "@angular/core"; /** * A basic content container component that adds the styles of a BAO header-info * * While this component can be used alone, it also provides a number * of preset styles for common header-info sections, including: * - bao-header-info-title-group * - bao-header-info-content * - bao-header-info-title * - bao-header-info-surtitle * - bao-header-info-subtitle */ export declare class BaoHeaderInfoComponent { notch: '' | 'left' | 'center'; imageUrl: string; brandBorder: boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class BaoHeaderInfoTitleGroupComponent { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class BaoHeaderInfoContent { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class BaoHeaderInfoSurtitle { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class BaoHeaderInfoSubtitle { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class BaoHeaderInfoTitle { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }