type UsersTabProps = {};
declare const UsersTab: React.FC<UsersTabProps>;
export default UsersTab;
