import * as React from 'react';
import type { CnDepartmentSelectProps } from './types';
declare const CnDepartmentSelect: {
    (props: CnDepartmentSelectProps): React.JSX.Element;
    displayName: string;
    defaultProps: {
        mokelay: boolean;
        showSearch: boolean;
    };
};
export { CnDepartmentSelect };
