import React from "react"; import type { StatusPresentation } from "./presentation.js"; interface StatusRowProps { id: string; glyph?: string; children?: React.ReactNode; glyphColor?: string; bold?: boolean; muted?: boolean; presentation?: StatusPresentation; } export declare function StatusRow({ id, glyph, children, glyphColor, bold, muted, presentation, }: StatusRowProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=StatusRow.d.ts.map