import * as React from 'react';
import { BoxProps } from '@mui/material/Box';
type Props = BoxProps;
declare const ThreadRootContainer: React.FC<Props>;
export default ThreadRootContainer;
