export type TakeActionBlockV2Props = Readonly<{ title: string; variant?: "default" | "light-full" | "dark-full"; content: React.ReactNode; cta?: React.ReactNode; bgImageDesktop?: React.ReactNode; bgImageMobile?: React.ReactNode; className?: string; }>; export declare const TakeActionBlockV2: ({ title, variant, content, cta, bgImageDesktop, bgImageMobile, className, ...rest }: TakeActionBlockV2Props) => import("react").JSX.Element; //# sourceMappingURL=TakeActionBlockV2.d.ts.map