/** * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * */ import type { DecoratorBlockNode } from '../LexicalDecoratorBlockNode.js'; import type { GeneratedJSONFactory } from 'lexical'; /** * DecoratorBlockNode's schema-declared fields, for a clone. Generated from that * schema; do not edit by hand. * * @internal */ export declare function afterCloneDecoratorBlockNode(node: DecoratorBlockNode, prevNode: DecoratorBlockNode): void; /** DecoratorBlockNode's generated implementations, for its `$config`. @internal */ export declare const GENERATED_DECORATORBLOCK: GeneratedJSONFactory;