export default SelectionClearAction;
declare class SelectionClearAction extends Action<any> {
    constructor();
    oldState: any;
    apply(editor: any): Promise<void>;
    revert(editor: any): Promise<void>;
}
import { Action } from "../../../src/core/process/undo/Action.js";
//# sourceMappingURL=SelectionClearAction.d.ts.map