export default EntityRemoveAction;
/**
 * @extends {Action<Editor>}
 */
declare class EntityRemoveAction extends Action<Editor> {
    constructor(entity: any);
    entity: any;
    components: any[];
}
import { Action } from "../../../src/core/process/undo/Action.js";
//# sourceMappingURL=EntityRemoveAction.d.ts.map