import { MediaInterface } from '../../interfaces'; export declare class WebsiteDetailedBannerComponent { identifier: string; data: any; module: any; overlappingBox: boolean; medias: MediaInterface[]; }