import type { StyleSpecification } from "../types/style-spec.js"; import type { ImmutableLike } from "../types/common.js"; export declare function normalizeStyle(style: string | StyleSpecification | ImmutableLike): string | StyleSpecification; //# sourceMappingURL=style-utils.d.ts.map