import React from 'react'; interface LLHugMainComponentProps { clientId: string; customId: string; LiveLike: any; returnBtnClickHandler: any; version?: number; } declare function LLHugMainComponent({ clientId, customId, LiveLike, returnBtnClickHandler, version }: LLHugMainComponentProps): React.JSX.Element; export default LLHugMainComponent;