import { ProductoRaw } from "@win2win/shared";
import { ProductLite } from "../linvermedia-product-detail/schema";
export declare const formatOneWord: (word: string) => string;
export declare const capitalize: (text: string, allWords?: boolean) => string;
export declare const toCurrency: (val?: number | null | string, decimals?: number, symbol?: string) => string;
export declare const MAP_COLOR: {
    negro: string;
    blanco: string;
    rojo: string;
    verde: string;
    azul: string;
    amarillo: string;
    gris: string;
    naranja: string;
    rosado: string;
    morado: string;
    marrón: string;
};
export declare const toProductLite: (raw?: ProductoRaw | ProductLite | null) => ProductLite | null;
//# sourceMappingURL=helpers.d.ts.map