type UserRoleMappingProps = {
    id: string;
    name: string;
};
export declare const UserRoleMapping: ({ id, name }: UserRoleMappingProps) => import("react/jsx-runtime").JSX.Element;
export {};
