import { OpenQuestions as Component } from './OpenQuestions'; export declare const OpenQuestions: { readonly name: "OpenQuestions"; readonly body: "markdown"; readonly purpose: "An amber-framed panel of open questions and assumptions, each row carrying a labeled badge. Item title is the label (Assumption = blue, Risk = red, Open = amber); the text is the note."; readonly example: "\n- **Assumption:** FILE_UPLOAD render type on the Catalog V3 Modifier mechanism. To be confirmed in spec.\n- **Risk:** Required-before-add-to-cart carries an unmeasured buyer-conversion risk. Guardrail KPI at launch.\n- **Open:** Order-carriage path and buyer-file retention policy are deferred to spec.\n"; readonly Component: typeof Component; };