import { Layer } from '../types'; /** * 判断图层是否为纯容器 * * @param {Object} layer 图层对象 */ export declare const isOnlyContainer: (layer: Layer) => boolean;