import type { HTMLAttributes } from 'react'; export type ThreadMessageLeftContainerProps = HTMLAttributes; declare const ThreadMessageLeftContainer: (props: ThreadMessageLeftContainerProps) => import("react/jsx-runtime").JSX.Element; export default ThreadMessageLeftContainer; //# sourceMappingURL=ThreadMessageLeftContainer.d.ts.map