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