interface JSONDisplayProps { data: any; filename?: string; className?: string; } export declare function JSONDisplay({ data, filename, className, ...props }: JSONDisplayProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=JSONDisplay.d.ts.map