import React from 'react'; type AssigneesProps = { name?: string; avatar?: string; }; export declare const Assignees: (props: AssigneesProps) => React.JSX.Element; export {};