import { BaseEventAction } from "../../../../editor/recoil/eventActions"; import { SaveBlockActionArgsType } from "./types"; export declare class SaveBlockActionEvent extends BaseEventAction { getName(): string; }