import type { StyleProperties } from "../types.js";
export declare function styleToString(style?: StyleProperties): string;
