/** * Shared styling for the content of a CodeMirror lint tooltip, used by both the editor and * FilterField diagnostic tooltips. The `renderDiagnosticMessage` factory emits an icon element * carrying {@link diagnosticIconClass}; that class doubles as the marker for "our" tooltip * content, so the rules below apply only to tooltips we render and never to CodeMirror's default * diagnostic tooltips. * * Only genuinely-identical styling lives here — the icon box, the diagnostic border/padding reset, * the per-severity icon color, and the shared wrapper flex layout. Component-specific chrome * (FilterField's tooltip shell, per-component typography) stays in each component's own stylesheet. * * Consumers import the exported binding (rather than side-effect importing the stylesheet) so the * rules are guaranteed to be bundled wherever the tooltip is rendered. */ export declare const diagnosticIconClass = "strato-diagnostic-icon-wrapper"; export declare const filterFieldErrorWrapperClass = "strato-filterfield-error-wrapper"; export declare const editorDiagnosticWrapperClass = "strato-editor-diagnostic-wrapper"; //# sourceMappingURL=diagnostic-tooltip.css.d.ts.map