import { ImmutableLike, MapStyle } from '../types';
export declare function normalizeStyle(style: string | MapStyle | ImmutableLike<MapStyle>): string | MapStyle;
