type SourceQuoteProps = { body?: string; className?: string; } & Record; export declare function SourceQuote({ body, className, ...attributes }: SourceQuoteProps): import("react").JSX.Element; export declare const sourceQuoteStyles = "\n .htmdx-source-quote .htmdx-component-body p:not([data-slot]) {\n font-size: 0.9375rem;\n color: var(--md-sys-color-on-surface-variant);\n border-left: 3px solid var(--md-sys-color-primary);\n padding-left: 16px;\n margin: 0;\n line-height: 1.55;\n }\n .htmdx-source-quote .htmdx-component-body {\n background: var(--md-sys-color-surface-container-lowest);\n border: 1px solid var(--md-sys-color-outline-variant);\n border-radius: var(--md-sys-shape-corner-large);\n padding: 16px 20px;\n }\n"; export {};