import type { YwEmpSelectorProps } from '../../types'; declare const YwEmpSelector: { ({ getUserListForOrg, getOrgList, visible, dataSourceForUser, getDataSource, ...props }: YwEmpSelectorProps): JSX.Element; defaultProps: { title: string; fieldNames: { label: string; value: string; }; clearValueOnClose: boolean; }; }; export default YwEmpSelector;