export type TestimonialsBlockProps = { titleBlock?: React.ReactNode; testimonials?: React.JSX.Element[]; forceShowAll?: boolean; } & React.ComponentProps<"section">; export declare const TestimonialsBlock: ({ titleBlock, testimonials, forceShowAll, className, ...rest }: TestimonialsBlockProps) => import("react").JSX.Element; //# sourceMappingURL=TestimonialsBlock.d.ts.map