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