export declare class AlbertaMap { abMap: any; divId: string; constructor(); componentWillLoad(): void; componentDidLoad(): void; loadMap(): void; style: { height: string; }; render(): any; }