import React from "react"; import { ChatWidgetProps } from "../../types"; /** * Componente principal do Chat Widget */ export declare const ChatWidget: React.FC; export default ChatWidget; //# sourceMappingURL=ChatWidget.d.ts.map