import * as React from 'react';
import { StackProps } from '@mui/material/Stack';
declare const ThreadInputWrapper: React.FC<StackProps>;
export default ThreadInputWrapper;
