import { IAccessory } from "@wayke-se/ecom/dist-types/orders/types"; export declare const formatPrice: (value: number, decimalSymbol?: string) => string; export declare const formatPercentage: (fractionValue: number) => string; export declare const accessoryTotalPrice: (accessory: IAccessory) => number;