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