import { SignalGrid as Component } from './SignalGrid'; export declare const SignalGrid: { readonly name: "SignalGrid"; readonly body: "markdown"; readonly purpose: "A grid of category cards with a colored top accent — for Why-Now signals or a Problem / Root cause / Opportunity trio. Item title is `Category | tone` (tone: blue/green/amber/red/gray/purple); the text is an optional `Headline — ` followed by the body."; readonly example: "\n- **User pain · Escalated | red:** Paying for a workaround — merchants pay $14–60/mo and escalate to support.\n- **Competitive gap | amber:** 4 of 6 native competitors ship upload — Wix does not.\n"; readonly Component: typeof Component; };