import { Editor, IUnGroupCommand } from '@chief-editor/core';
export declare function ungroup(data: IUnGroupCommand, editor: Editor): [boolean, IUnGroupCommand];
export declare function resetUngroup(data: IUnGroupCommand, editor: Editor): boolean;
declare const _default: {
    execute: typeof ungroup;
    reset: typeof resetUngroup;
};
export default _default;
