export = SingleHeroImage; declare class SingleHeroImage { constructor(data: any); type: string; thumbnails: any; style: any; }