export = getValue;
/**
 * @param {import('postcss').Declaration} arg
 * @return {string}
 */
declare function getValue({ value }: import('postcss').Declaration): string;
//# sourceMappingURL=getValue.d.ts.map