type ExecutiveSummaryProps = { body?: string; className?: string; } & Record; export declare function ExecutiveSummary({ body, className, ...attributes }: ExecutiveSummaryProps): import("react").JSX.Element; export declare const executiveSummaryStyles = "\n .htmdx-executive-summary .htmdx-component-body {\n background: var(--md-sys-color-primary-container);\n color: var(--md-sys-color-on-surface);\n border-radius: var(--md-sys-shape-corner-extra-large);\n padding: 22px 26px;\n font-family: var(--md-ref-typeface-brand);\n }\n .htmdx-executive-summary .htmdx-component-body p:not([data-slot]) {\n margin: 0 0 12px;\n font-size: 1rem;\n line-height: 1.55;\n color: var(--md-sys-color-on-surface);\n }\n .htmdx-executive-summary .htmdx-component-body p:not([data-slot]):last-child {\n margin-bottom: 0;\n }\n"; export {};