export type BrandInsightBlockProps = Readonly<{ title?: React.ReactNode; summary?: React.ReactNode; snapshot?: React.ReactNode; className?: string; }>; export declare const BrandInsightBlock: ({ title, summary, snapshot, className, ...rest }: BrandInsightBlockProps) => import("react").JSX.Element; //# sourceMappingURL=BrandInsightBlock.d.ts.map