import * as React from "react"; import * as react_jsx_runtime57 from "react/jsx-runtime"; //#region src/components/organisms/TestimonialCarousel.d.ts interface Testimonial { quote: React.ReactNode; author: React.ReactNode; role?: React.ReactNode; avatar?: React.ReactNode; } declare function TestimonialCarousel({ testimonials, className }: { testimonials: Testimonial[]; className?: string; }): react_jsx_runtime57.JSX.Element; //#endregion export { TestimonialCarousel }; //# sourceMappingURL=TestimonialCarousel.d.ts.map