import "ol/ol.css";
import Map from "ol/Map";
declare function createBaiduMap(target?: string): Map;
export default createBaiduMap;
