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