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