import * as React from 'react'; interface DebugPanelDataProps { data: any; overrides?: any; comments?: any; indent?: number; highlightKey?: string; commentKeyPredicate?: (val: any) => boolean; } export declare const DebugPanelData: React.FC; export {};