export type ImageSize = {
    URL?: string;
    Height?: number;
    Width?: number;
};
//# sourceMappingURL=image-size.d.ts.map