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