import React from 'react'; interface IndexProps { showDepartmentSelect?: boolean; onChange?: (a: any, b?: any) => void; showSearchInput?: boolean; onSearchBlur?: (e: any) => void; style?: any; actionKey?: string; departmentOption?: any; roleType?: string | number; } declare const _default: React.MemoExoticComponent<({ showDepartmentSelect, onChange, showSearchInput, onSearchBlur, style, actionKey, departmentOption, roleType, }: IndexProps) => JSX.Element>; export default _default;