/**
 * Convert a value to sp units (for Android devices)
 * @param value
 * @returns a string with the sufix 'sp'
 */
export declare const toSp: (value: string | number) => string;
