/**
 * {@docCategory ISize}
 */
export interface ISize {
    width: number;
    height: number;
}
