export declare const LineJoin: { Bevel: string; Round: string; Miter: string; }; export declare const StyleURL: { Street: string; Satellite: string; }; export declare const setAccessToken: (token: string) => void; declare const MapboxModule: { LineJoin: { Bevel: string; Round: string; Miter: string; }; StyleURL: { Street: string; Satellite: string; }; setAccessToken: (token: string) => void; }; export default MapboxModule; //# sourceMappingURL=MapboxModule.d.ts.map