import { AfterViewInit } from '@angular/core'; export declare class HeroComponent implements AfterViewInit { readonly title: string; readonly image: string; readonly isGrid: boolean; readonly subTitle: string; readonly hasImgExtraSize: boolean; readonly action: { label: string; style: string; }; readonly alignment: 'centered' | 'left' | 'right'; private readonly fireInit; ngAfterViewInit(): void; }