import { CSSUnit } from './css-unit'; export declare function coerceCSSUnit(value: any, unit: CSSUnit, fallback?: number): string;