export declare type ImageSize = { /** @title Ширина */ width: number; /** @title Высота */ height: number; };