import type { TypographyProps } from '@mui/material';
import type { OpenOceanStepExtended } from '@openocean.finance/widget-sdk';
export declare const StepFees: React.FC<TypographyProps & {
    step: OpenOceanStepExtended;
}>;
