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