interface IDimensionsModel { width?: string | number; height?: string | number; aspectRatio?: string | number; } export { IDimensionsModel };