/** * Custom React hook to fetch and apply CometChat noCode styles (CSS & JS) dynamically. */ declare const useInjectNoCodeStyles: () => void; export default useInjectNoCodeStyles;