export type TestimonialSpotlightLogo = Readonly<{ image: React.ReactNode; label: string; }>; export type TestimonialSpotlightBlockProps = Omit, "title"> & Readonly<{ title?: React.ReactNode; cards: React.ReactNode[]; logos?: TestimonialSpotlightLogo[]; cta?: React.ReactNode; forceShowAll?: boolean; prevLabel?: string; nextLabel?: string; }>; export declare const TestimonialSpotlightBlock: ({ title, cards, logos, cta, forceShowAll, prevLabel, nextLabel, className, ...rest }: TestimonialSpotlightBlockProps) => import("react").JSX.Element; //# sourceMappingURL=TestimonialSpotlightBlock.d.ts.map