import { ButtonProps } from "../../action/Button"; export type CustomerStoryCardProps = Readonly<{ visualLarge?: React.ReactNode; visualSmall?: React.ReactNode; cssBackgroundColor?: string; badgeLabel?: string; avatar?: React.ReactNode; logo?: React.ReactNode; authorName?: string; authorJobTitle?: string; content?: React.ReactNode; cta?: React.ReactElement; }>; export declare const CustomerStoryCard: ({ visualLarge, visualSmall, cssBackgroundColor, badgeLabel, logo, authorName, authorJobTitle, content, cta, ...rest }: CustomerStoryCardProps) => import("react").JSX.Element; //# sourceMappingURL=CustomerStoryCard.d.ts.map