export = listStyleNormalizer;
/**
 * @param {import('postcss-value-parser').ParsedValue} listStyle
 * @return {string}
 */
declare function listStyleNormalizer(listStyle: import('postcss-value-parser').ParsedValue): string;
//# sourceMappingURL=listStyle.d.ts.map