export interface IImageBackgroundProps { /** * */ height: number; /** * */ width: number; }