import type { YwOrgSelectorProps } from '../../types'; declare const YwOrgSelector: { ({ getDataSource, visible, ...props }: YwOrgSelectorProps): JSX.Element; defaultProps: { title: string; fieldNames: { label: string; value: string; children: string; }; defaultValue: any[]; }; }; export default YwOrgSelector;