import React from 'react'; interface LLHugRoomComponentProps { clientId: string; changeBackground: any; customId: string; LiveLike: any; returnBtnClickHandler: any; } declare const LLHugRoom: ({ clientId, changeBackground, customId, LiveLike, returnBtnClickHandler, }: LLHugRoomComponentProps) => React.JSX.Element; export default LLHugRoom;