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