import type { Declaration } from 'postcss';
export declare function cloneDeclaration(declaration: Declaration, value: string, prop: string): void;
