import { Layer } from './types'; declare const isBlock: (data: Layer[], parent: any) => boolean; export default isBlock;