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