@ -1,6 +1,9 @@
import { NodeButton } from "../button.node";
export declare class TextNode extends NodeButton {
static xtype: string;
setText(b: string): void;
getText(): string;