export declare function toTransformValue(value: {
    [key: string]: string | number | undefined | null;
}): string;
export default function transform(value: string, style?: CSSStyleDeclaration): string | undefined;
