export type BentoCardProps = Omit, "children" | "title"> & Readonly<{ preview: React.ReactNode; title: React.ReactNode; subtitle: React.ReactNode; cta?: React.ReactNode; }>; export declare const BentoCard: ({ preview, title, subtitle, cta, className, ...rest }: BentoCardProps) => import("react").JSX.Element; //# sourceMappingURL=BentoCard.d.ts.map