/**
 * Adds 'px' to the number and turns it into a string
 */
export declare function tuiPx(value: number): string;
