/// <reference types="react" />
import type { CnDepartmentSelectProps } from './types';
export declare const CnDepartmentSelect: {
    (props: CnDepartmentSelectProps): import("react").JSX.Element;
    displayName: string;
    defaultProps: {
        mokelay: boolean;
        showSearch: boolean;
    };
};
export type { CnDepartmentSelectProps };
