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