import React$1 from 'react'; interface BentoCardProps extends React.AllHTMLAttributes { rootClassName?: string; rootActiveClassName?: string; title?: string; titleActiveClassName?: string; titleClassName?: string; buttonClassName?: string; activeButtonClassName?: string; isTitleVisibleInFirst?: boolean; isTitleVisibleInSecond?: boolean; firstContent?: React.ReactNode | string; secondContent?: React.ReactNode | string; redirectTo?: string; } declare const BentoCard: React$1.ForwardRefExoticComponent>; export { type BentoCardProps, BentoCard as default };