import { ExecutiveSummary as Component } from './ExecutiveSummary'; export declare const ExecutiveSummary: { readonly name: "ExecutiveSummary"; readonly purpose: "Summarize the artifact’s most important conclusion or recommendation."; readonly example: "\nShip **one HTML file** with editable HTMDX source.\n"; readonly body: "markdown"; readonly Component: typeof Component; };