import { Layer } from '../types'; /** * 判断是否居中 */ export declare const isAlignCenter: (data: Layer[], parent: Layer) => boolean;