/** @tossdocs-ignore */ import { CSSPixelValue } from './types'; export declare function coerceCssPixelValue(value: CSSPixelValue): string;