import { ElementRef, EventEmitter } from '@angular/core'; import { ButtonI } from '../../../interfaces/button.interface'; import { DomSanitizer, SafeStyle } from '@angular/platform-browser'; import * as i0 from "@angular/core"; export declare class InnerBannerComponent { private readonly sanitizer; imageRef: ElementRef; image: string; title?: string; subtitle?: string; button?: ButtonI; mediumTablet?: boolean; btnClick: EventEmitter; constructor(sanitizer: DomSanitizer); get getImage(): SafeStyle; btnClicked(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }