import type { StyleSpecification } from "../types/style-spec";
import type { ImmutableLike } from "../types/common";
export declare function normalizeStyle(style: string | StyleSpecification | ImmutableLike<StyleSpecification>): string | StyleSpecification;