import { Props } from './PeopleListRowMedium'; export type PeopleListRowProps = Omit; declare const PeopleListRow: (props: Props) => import("react/jsx-runtime").JSX.Element; export default PeopleListRow;