import type { StructuredBodyProps } from '../shared/structured'; export declare function Evidence({ body, className, ...attributes }: StructuredBodyProps): import("react").JSX.Element;