import { FeeBreakdownFromFullPriceInputs, FeeBreakdownResult } from './feeBreakdown.models'; export declare function calculateFeeBreakdownFromFullPrice({ priceWithFees, protocolFees, royaltyFees, makerFees, takerFees, }: FeeBreakdownFromFullPriceInputs): FeeBreakdownResult;