///
import './index.less';
export declare const initBMapSource: (ak?: string) => Promise;
export interface IBMapProps {
ak?: string;
point?: {
lat: number;
lng: number;
type?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8;
};
address?: string;
defaultChoosePoint?: boolean;
}
export declare const BMap: import("react").ForwardRefExoticComponent>;