import { ResponsiveSized } from '../../context/windowSizeProvider'; import { PeopleListRowProps } from './PeopleListRow'; export declare const dimensions: { width: ResponsiveSized; }; declare const ZeniPeopleListRowSmall: ({ peopleData, onRowClick, onResendInvite, }: PeopleListRowProps) => import("react/jsx-runtime").JSX.Element; export default ZeniPeopleListRowSmall;