import type { ForwardRefForwardPropsComponent } from '@pega/cosmos-react-core'; import type { MessageProps } from './Chat.types'; declare const Message: ForwardRefForwardPropsComponent; export default Message; //# sourceMappingURL=Message.d.ts.map