import { ChatRuntime } from '@/app/Types/firebase'; import React from 'react'; declare const WidgetCard: (props: { agentData: ChatRuntime; options?: { withConnect?: { icon: JSX.Element; }; success?: boolean; }; }) => React.JSX.Element; export default WidgetCard;