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