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