export { default as MessageSystem, type MessageSystemProps, } from './MessageSystem'; export { default as MessageSystemBlock, type MessageSystemBlockProps, } from './MessageSystemBlock'; export { default as MessageSystemBody, type MessageSystemBodyProps, } from './MessageSystemBody'; export { default as MessageSystemContainer, type MessageSystemContainerProps, } from './MessageSystemContainer'; export { default as MessageSystemName, type MessageSystemNameProps, } from './MessageSystemName'; export { default as MessageSystemTimestamp, type MessageSystemTimestampProps, } from './MessageSystemTimestamp'; export { default as MessageSystemLeftContainer, type MessageLeftContainerProps as MessageSystemLeftContainerProps, } from '../MessageLeftContainer'; //# sourceMappingURL=index.d.ts.map