/// import type { CommonPropsType } from '../../types'; export declare const WdDepartmentSelect: () => JSX.Element; export interface WdDepartmentSelectProps extends CommonPropsType { defaultValue?: string; size?: string; layout?: string; }