export declare class DebugContent { /** * Component JSON text */ text?: string; render(): any[]; }