import { LayoutType } from '../interfaces/types';
export declare const removeBlock: (layouts: LayoutType, blockId: string) => LayoutType;
