import './embeddedServiceChat.css'; import { FC } from 'react'; /** * Bootstraps Salesforce Enhanced Messaging. * The messaging widget (button + chat window) is rendered by the Salesforce * bootstrap script; this component only triggers initialisation and shows a * spinner while the script loads. */ export declare const EmbeddedServiceChat: FC; //# sourceMappingURL=EmbeddedServiceChat.d.ts.map