export declare class Image { /** * The URL of the `Image` */ url: string; /** * CSS declarations for the `background-image` CSS property. */ backgroundImageStyle: {backgroundImage: string}; }