import { StyleRule } from '../types'; export default function addUnit(style: StyleRule, unit?: string): StyleRule;