import type { ICompilerService } from "../structures/ICompilerService"; export declare function DiagnosticsPanel({ diagnostics, }: { diagnostics: ICompilerService.IDiagnostic[]; }): import("react/jsx-runtime").JSX.Element;