export declare type Quotes = 'none' | 'double' | 'single'; export default function encodeStyleValue(value: unknown, quotes: Quotes): string; //# sourceMappingURL=encodeStyleValue.d.ts.map