/** * Copyright © INOVUA TRADING. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ declare function COMPUTE_ALIGN_REGION(sourceRegion: any, targetRegion: any, positions: any, config: any): { position: any; region: any; widthChanged: boolean; heightChanged: boolean; positionChanged: any; }; export default COMPUTE_ALIGN_REGION;