import type { ProFormItemProps } from '@ant-design/pro-form'; import React from 'react'; import type { BaiduMapProps } from './BaiduMap'; export declare type ProFormBaiduMapProps = Omit>, 'placeholder'> & { ak?: BaiduMapProps['ak']; placeholder?: BaiduMapProps['ak']; }; declare const _default: React.ComponentClass>, "placeholder"> & { ak?: string | undefined; placeholder?: string | undefined; } & import("@ant-design/pro-form/es/interface").ExtendsProps, any> | React.FunctionComponent>, "placeholder"> & { ak?: string | undefined; placeholder?: string | undefined; } & import("@ant-design/pro-form/es/interface").ExtendsProps>; export default _default;