export interface ImgSize { width?: number; height?: number; } export declare const isImgSizeEmpty: (size: ImgSize | undefined) => boolean;