import React from 'react'; import '../index.css'; export declare const OrgTreeContext: React.Context; export declare function DepartTreeSelectPC({ id, className, style, label, labelVisible, placeholder, disabled, layout, requiredFlag, size, multiple, decorator, request, confirmOrgList, setConfirmOrgList, selectedOrgList, setSelectedOrgList, errorInfo, setErrorInfo, treeData, orgList, error, defaultExpandedIds, readOnly, }: { id: any; className: any; style: any; label?: string; labelVisible?: boolean; placeholder?: string; disabled?: boolean; layout?: string; requiredFlag?: boolean; size?: string; multiple?: boolean; decorator: any; request?: (action: any, params: any) => Promise; confirmOrgList: any; setConfirmOrgList: any; selectedOrgList: any; setSelectedOrgList: any; errorInfo: any; setErrorInfo: any; treeData: any; orgList: any; error: any; defaultExpandedIds: any; readOnly: any; }): JSX.Element;