/// export declare function DepartmentPickerH5({ isShow, close }: { isShow?: boolean; close: any; }): JSX.Element;