import { PeopleListRowProps } from './PeopleListRow'; import { ZeniRolesFieldValue } from './zeniRolesDropDown/ZeniRolesDropDownField'; declare const ZeniPeopleListRowMedium: ({ peopleData, userNameSticky, onResendInvite, onRowClick, }: PeopleListRowProps) => import("react/jsx-runtime").JSX.Element; export interface UpdatableZeniPeopleRowFormFields { role: ZeniRolesFieldValue; } export default ZeniPeopleListRowMedium;