export class LexicalNode {
// Allow us to look up the type including static props
- ['constructor']!: KlassConstructor<typeof LexicalNode>;
+ declare ['constructor']: KlassConstructor<typeof LexicalNode>;
/** @internal */
__type: string;
/** @internal */