/* eslint-disable import/prefer-default-export */ export interface Size { width: number; height: number; }