import type { Declaration } from 'postcss';
export declare function parseValueCouple(declaration: Declaration): [string, string];
