import './CrispTypes';
import React from 'react';
/**
 * CrispChat component that loads the Crisp chat widget when the CRISP_CHAT feature flag is enabled.
 * The script is only loaded once, even if the component is mounted multiple times.
 */
export declare function CrispChat(): React.ReactNode;
export default CrispChat;
//# sourceMappingURL=CrispChat.d.ts.map