export type TestimonialItemProps = { content: React.ReactNode; avatar: React.ReactNode; logo: React.ReactNode; name: string; occupation: string; className?: string; }; export declare const TestimonialItem: ({ content, avatar, logo, name, occupation, className, }: TestimonialItemProps) => import("react").JSX.Element; //# sourceMappingURL=TestimonialItem.d.ts.map