/** * Converts a numeric value to a string with 'px' unit. * Assuming this is the purpose of the prizmPx function. * * @param {number} value - The numeric value to convert. * @return {string} The value converted to a string with 'px' appended. */ export declare function prizmPx(value: number | string): string;