import { type ImageSize } from '../model/ImageSize'; export declare function isPictureSizeEmpty(size: Partial | undefined): boolean;