import { HeroButtonProps } from "../../action/HeroButton"; export type BlogActionCardProps = Readonly<{ variant?: "default" | "sand"; title: string; image: React.ReactNode; cta: React.ReactElement; className?: string; }>; export declare const BlogActionCard: ({ variant, title, image, cta, className, }: BlogActionCardProps) => import("react").JSX.Element; //# sourceMappingURL=BlogActionCard.d.ts.map