import "@cometchat/uikit-elements"; //import the web elements package.
import { backdropStyle } from "@cometchat/uikit-elements"; //import the BaseStyle class.
backdropStyle: BackdropStyle = new BackdropStyle({
background: '#cba3ff',
border: '1px solid #6f00ff',
borderRadius: '12px',
});