export declare function compareSizes(firstSize: INumericSize, secondSize: INumericSize): boolean; export interface INumericSize { width: number; height: number; }