import { DecisionMatrix as Component } from './DecisionMatrix'; export declare const DecisionMatrix: { readonly name: "DecisionMatrix"; readonly body: "markdown"; readonly purpose: "Compare options as GFM-table columns against criteria as rows. Put a ✓ in the chosen option header to highlight it. A body cell may start with `[blue]`, `[green]`, `[amber]`, `[red]`, `[gray]`, or `[purple]` to show a colored status dot."; readonly example: "\n| Criterion | A — Text workaround | B — Native upload ✓ | C — Partner app |\n| --- | --- | --- | --- |\n| User fit | Partial | [green] Fully solves the intent | Partial |\n| Build effort | [green] Low | [amber] Medium | [red] High |\n"; readonly Component: typeof Component; };