export type TestimonialSpotlightCardProps = Omit, "children" | "title"> & Readonly<{ image: React.ReactNode; logo: React.ReactNode; title: React.ReactNode; quote: React.ReactNode; authorName: string; authorPosition?: string; cta?: React.ReactNode; }>; export declare const TestimonialSpotlightCard: ({ image, logo, title, quote, authorName, authorPosition, cta, className, ...rest }: TestimonialSpotlightCardProps) => import("react").JSX.Element; //# sourceMappingURL=TestimonialSpotlightCard.d.ts.map