import unit from './unit'; import { StyleRule } from '../types'; export declare const addUnit: typeof unit; export default function apply(style: StyleRule): StyleRule;