import type { LiFiStepExtended } from '@lifi/sdk';
import type { TypographyProps } from '@mui/material';
export declare const StepFees: React.FC<TypographyProps & {
    step: LiFiStepExtended;
}>;
