import React from 'react';
import type { CnDepartmentSelectProps } from './types';
export declare const CnDepartmentSelect: React.ForwardRefExoticComponent<CnDepartmentSelectProps & React.RefAttributes<HTMLDivElement>>;
export type { CnDepartmentSelectProps };