/// <reference types="react" />
/**
 * A memoized version of local screen share component. React.memo is used for a performance
 * boost by memoizing the same rendered component to avoid rerendering this when the parent component rerenders.
 * https://reactjs.org/docs/react-api.html#reactmemo
 */
export declare const TogetherModeLayout: (props: {
    togetherModeStreamComponent: JSX.Element;
}) => JSX.Element;
//# sourceMappingURL=TogetherModeLayout.d.ts.map