import React from 'react'; export interface ManagerListProps { managers?: any[]; users?: any[]; } export declare const ManagerList: React.FC;