import type { FlexTemplateTestimonialsConfig } from '../../FlexTemplate.types'; type ContentfulTestimonialsProps = { testimonials: FlexTemplateTestimonialsConfig; className?: string; }; export declare function ContentfulTestimonials({ testimonials, className }: ContentfulTestimonialsProps): import("react/jsx-runtime").JSX.Element; export {};