import { LayoutType, OptionsDrop } from '../interfaces/types';
export declare const moveBlock: (data: LayoutType, options: OptionsDrop) => LayoutType;
export declare function removeEmptyChildren(layout: LayoutType): LayoutType;
