export interface HMSComponentsStyle { videoTile: { showAudioLevel?: boolean; }; chatBox: { autoScroll: false; }; videoList: { maxTiles?: number; }; }