import React from 'react'; interface IProps { onChange: (data: any[]) => void; } export declare const SelectUser: React.FC; export {};