/** Convert a value to CSS unit */ export declare function convertToUnit(str: string | number | null | undefined, unit?: string): string | undefined;