import * as React from 'react';
import type { CnEmployeeSelectProps } from './types';
export declare const CnEmployeeSelect: React.FC<CnEmployeeSelectProps>;
