import * as React from 'react'; import { UserProfile } from '@oneblink/types/typescript/misc'; import { Chip } from '@mui/material'; declare function ActionedByTableCell({ userProfile, developerKey, ...rest }: React.ComponentProps & { userProfile?: UserProfile; developerKey?: { name: string; }; }): import("react/jsx-runtime").JSX.Element; declare const _default: React.MemoExoticComponent; export default _default;