interface Props {
    title: string;
    imagesUrl: string[];
    bgColor?: string;
    grafismColor?: string;
    className?: string;
    containerHeight?: string;
    containerClassName?: string;
}
declare const TestimonialSection: ({ title, imagesUrl, bgColor, grafismColor, className, containerHeight, containerClassName, }: Props) => import("react/jsx-runtime").JSX.Element;
export default TestimonialSection;
