export declare const analyzeCssValue: (value: number | string) => { hasUnit: boolean; value: number; unit: string; };